Uses of Class
de.aristaflow.adept2.core.updatemanager.UpdateManager.NodeProperties
-
Packages that use UpdateManager.NodeProperties Package Description de.aristaflow.adept2.core.changeoperations de.aristaflow.adept2.core.updatemanager -
-
Uses of UpdateManager.NodeProperties in de.aristaflow.adept2.core.changeoperations
Methods in de.aristaflow.adept2.core.changeoperations that return UpdateManager.NodeProperties Modifier and Type Method Description static UpdateManager.NodeProperties[]ChangeOperationTools. getCorrespondingNodeProperties(ProcessConstants.NodeProperty... nodeProperties)Convert an array of NodeProperty to an array of corresponding NodeProperties. -
Uses of UpdateManager.NodeProperties in de.aristaflow.adept2.core.updatemanager
Methods in de.aristaflow.adept2.core.updatemanager that return UpdateManager.NodeProperties Modifier and Type Method Description static UpdateManager.NodePropertiesUpdateManager.NodeProperties. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateManager.NodeProperties[]UpdateManager.NodeProperties. values()Returns an array containing the constants of this enum type, in the order they are declared.
-