Uses of Enum Class
de.aristaflow.adept2.model.globals.ProcessConstants.DataElementProperty
Packages that use ProcessConstants.DataElementProperty
Package
Description
-
Uses of ProcessConstants.DataElementProperty in de.aristaflow.adept2.core.changeoperations
Methods in de.aristaflow.adept2.core.changeoperations with parameters of type ProcessConstants.DataElementPropertyModifier and TypeMethodDescriptionstatic UpdateManager.DataElementProperties[]ChangeOperationTools.getCorrespondingDataElementProperties(ProcessConstants.DataElementProperty... dataElementProperties) Convert an array of DataElementProperty to an array of corresponding DataElementProperties.static booleanUpdateDataElement.isPossible(ChangeableInstance instance, DataElement dataElement, ProcessConstants.DataElementProperty... dataElementProperties) Tests if it is valid (concerning structural and state-based correctness) to change the data element properties given bydataElementPropertiesin the instance.static booleanUpdateDataElement.isPossible(ChangeableInstance instance, DataElement dataElement, CheckReport checkReport, ProcessConstants.DataElementProperty... dataElementProperties) Tests if it is valid (concerning structural and state-based correctness) to change the data element properties given bydataElementPropertiesin the instance.static booleanUpdateDataElement.isPossible(Template template, DataElement dataElement, ProcessConstants.DataElementProperty... dataElementProperties) Tests if it is valid (concerning structural correctness) to change the data element properties given bydataElementPropertiesin the template.static booleanUpdateDataElement.isPossible(Template template, DataElement dataElement, CheckReport checkReport, ProcessConstants.DataElementProperty... dataElementProperties) Tests if it is valid (concerning structural correctness) to change the data element properties given bydataElementPropertiesin the template.static DataElementUpdateDataElement.performOperation(SessionToken session, ChangeableInstance instance, DataElement dataElement, UpdateManager updateManager, ProcessConstants.DataElementProperty... dataElementProperties) Updates the data element attributes given bydataElementPropertiesin the instance.static DataElementUpdateDataElement.performOperation(SessionToken session, ChangeableInstance instance, DataElement dataElement, ProcessConstants.DataElementProperty... dataElementProperties) Updates the data element attributes given bydataElementPropertiesin the instance.static DataElementUpdateDataElement.performOperation(SessionToken session, ChangeableTemplate template, DataElement dataElement, UpdateManager updateManager, ProcessConstants.DataElementProperty... dataElementProperties) Updates the data element attributes given bydataElementPropertiesin the template.static DataElementUpdateDataElement.performOperation(SessionToken session, ChangeableTemplate template, DataElement dataElement, ProcessConstants.DataElementProperty... dataElementProperties) Updates the data element attributes given bydataElementPropertiesin the template.protected static DataElementUpdateDataElement.performOperation(SessionToken session, ChangePrimitives processGraph, DataElement dataElement, UpdateManager updateManager, ProcessConstants.DataElementProperty... dataElementProperties) Worker method to do the structural changes for both changeable templates and changeable instances. -
Uses of ProcessConstants.DataElementProperty in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ProcessConstants.DataElementPropertyModifier and TypeMethodDescriptionProcessConstants.DataElementProperty.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.DataElementProperty[]ProcessConstants.DataElementProperty.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProcessConstants.DataElementProperty in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return ProcessConstants.DataElementPropertyModifier and TypeMethodDescriptionDeltaLayer.getChangedDataElementProperties(int dataElementID) Returns the properties of a given data element, which have been changed.Methods in de.aristaflow.adept2.model.processmodel with parameters of type ProcessConstants.DataElementPropertyModifier and TypeMethodDescriptionChangePrimitives.updateDataElement(DataElement dataElement, ProcessConstants.DataElementProperty... dataElementProperties) Updates the data element attributes given bydataElementProperties.