Uses of Class
de.aristaflow.adept2.model.execution.ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty
-
Packages that use ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty Package Description de.aristaflow.adept2.model.execution -
-
Uses of ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty in de.aristaflow.adept2.model.execution
Methods in de.aristaflow.adept2.model.execution that return ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty Modifier and Type Method Description static ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty
ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty[]
ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.aristaflow.adept2.model.execution that return types with arguments of type ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty Modifier and Type Method Description Set<ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty>
ExecutableInstancePropertyTracker. getChangedNodeProperties(int nodeID)
Returns the node properties in theExecutableInstance
of the given node which have been changed.
-