Uses of Enum Class
de.aristaflow.adept2.model.globals.ProcessConstants.TemplateProperty
Packages that use ProcessConstants.TemplateProperty
-
Uses of ProcessConstants.TemplateProperty in de.aristaflow.adept2.core.changeoperations
Methods in de.aristaflow.adept2.core.changeoperations with parameters of type ProcessConstants.TemplatePropertyModifier and TypeMethodDescriptionstatic booleanUpdateTemplate.isPossible(UUID templateID, ProcessConstants.TemplateProperty... templateProperties) Checks if it is valid for the template with the given id to update the properties given byProperties.static booleanUpdateTemplate.isPossible(UUID templateID, CheckReport checkReport, ProcessConstants.TemplateProperty... templateProperties) Checks if it is valid for the template with the given id to update the properties given byProperties.static voidUpdateTemplate.performOperation(ChangeableTemplate template, String newName, String newInstanceNameTemplate, QualifiedAgent newSupervisorAgent, Set<ProcessModelParameter> newInputParameters, Set<ProcessModelParameter> newOutputParameters, UpdateManager updateManager, ProcessConstants.TemplateProperty... templateProperties) Updates the given template using those of the given attributes which are specified in template properties.static voidUpdateTemplate.performOperation(ChangeableTemplate template, String newName, String newInstanceNameTemplate, QualifiedAgent newSupervisorAgent, Set<ProcessModelParameter> newInputParameters, Set<ProcessModelParameter> newOutputParameters, ProcessConstants.TemplateProperty... templateProperties) Updates the given template using those of the given attributes which are specified in template properties. -
Uses of ProcessConstants.TemplateProperty in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ProcessConstants.TemplatePropertyModifier and TypeMethodDescriptionProcessConstants.TemplateProperty.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.TemplateProperty[]ProcessConstants.TemplateProperty.values()Returns an array containing the constants of this enum class, in the order they are declared.