Uses of Enum Class
de.aristaflow.adept2.model.globals.ProcessConstants.InstanceProperty
Packages that use ProcessConstants.InstanceProperty
-
Uses of ProcessConstants.InstanceProperty in de.aristaflow.adept2.core.changeoperations
Methods in de.aristaflow.adept2.core.changeoperations with parameters of type ProcessConstants.InstancePropertyModifier and TypeMethodDescriptionstatic booleanUpdateInstance.isPossible(Instance instance, ProcessConstants.InstanceProperty... instanceProperties) TODO change instance to instance id if we have a process repository Checks if it is valid for the given instance to update the properties given byProperties.static booleanUpdateInstance.isPossible(Instance instance, CheckReport checkReport, ProcessConstants.InstanceProperty... instanceProperties) TODO change instance to instance id if we have a process repository Checks if it is valid for the given instance to update the properties given byProperties.static voidUpdateInstance.performOperation(ChangeableInstance instance, String newName, QualifiedAgent newSupervisorAgent, Set<ProcessModelParameter> newInputParameters, Set<ProcessModelParameter> newOutputParameters, UpdateManager updateManager, ProcessConstants.InstanceProperty... instanceProperties) Updates the given instance using those of the given attributes which are specified in instance properties.static voidUpdateInstance.performOperation(ChangeableInstance instance, String newName, QualifiedAgent newSupervisorAgent, Set<ProcessModelParameter> newInputParameters, Set<ProcessModelParameter> newOutputParameters, ProcessConstants.InstanceProperty... instanceProperties) Updates the given instance using those of the given attributes which are specified in instance properties. -
Uses of ProcessConstants.InstanceProperty in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ProcessConstants.InstancePropertyModifier and TypeMethodDescriptionProcessConstants.InstanceProperty.valueOf(int code) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static ProcessConstants.InstanceProperty[]ProcessConstants.InstanceProperty.values()Returns an array containing the constants of this enum class, in the order they are declared.