Uses of Class
de.aristaflow.adept2.model.execution.ExecutableInstancePropertyTracker.ExecutableInstanceProperty
-
Packages that use ExecutableInstancePropertyTracker.ExecutableInstanceProperty Package Description de.aristaflow.adept2.model.execution -
-
Uses of ExecutableInstancePropertyTracker.ExecutableInstanceProperty in de.aristaflow.adept2.model.execution
Methods in de.aristaflow.adept2.model.execution that return ExecutableInstancePropertyTracker.ExecutableInstanceProperty Modifier and Type Method Description static ExecutableInstancePropertyTracker.ExecutableInstanceProperty
ExecutableInstancePropertyTracker.ExecutableInstanceProperty. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecutableInstancePropertyTracker.ExecutableInstanceProperty[]
ExecutableInstancePropertyTracker.ExecutableInstanceProperty. 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.ExecutableInstanceProperty Modifier and Type Method Description Set<ExecutableInstancePropertyTracker.ExecutableInstanceProperty>
ExecutableInstancePropertyTracker. getChangedProperties()
Returns the properties of theExecutableInstance
which have been changed.
-