Uses of Enum Class
de.aristaflow.adept2.model.globals.ProcessConstants.DataEdgeProperty
Packages that use ProcessConstants.DataEdgeProperty
Package
Description
-
Uses of ProcessConstants.DataEdgeProperty in de.aristaflow.adept2.core.changeoperations
Methods in de.aristaflow.adept2.core.changeoperations with parameters of type ProcessConstants.DataEdgePropertyModifier and TypeMethodDescriptionstatic UpdateManager.DataEdgeProperties[]ChangeOperationTools.getCorrespondingDataEdgeProperties(ProcessConstants.DataEdgeProperty... dataEdgeProperties) Convert an array ofDataEdgePropertyto an array of correspondingDataEdgeProperties.static booleanUpdateDataEdge.isPossible(ChangeableInstance instance, int nodeID, int dataElementID, ActivityConstants.AccessType type, ProcessConstants.DataEdgeProperty... dataEdgeProperties) Checks if it is valid (concerning structural and state based correctness) for the data edge (described by the given node ID and the given data element ID) to update the properties given bydataEdgePropertiesin the instance.static booleanUpdateDataEdge.isPossible(ChangeableInstance instance, int nodeID, int dataElementID, ActivityConstants.AccessType type, CheckReport checkReport, ProcessConstants.DataEdgeProperty... dataEdgeProperties) Checks if it is valid (concerning structural and state based correctness) for the data edge (described by the given node ID and the given data element ID) to update the properties given bydataEdgePropertiesin the instance.static booleanUpdateDataEdge.isPossible(Template template, int nodeID, int dataElementID, ActivityConstants.AccessType type, ProcessConstants.DataEdgeProperty... dataEdgeProperties) Checks if it is valid (concerning structural correctness) for the data edge (described by the given node ID and the given data element ID) to update the properties given bydataEdgePropertiesin the template.static booleanUpdateDataEdge.isPossible(Template template, int nodeID, int dataElementID, ActivityConstants.AccessType type, CheckReport checkReport, ProcessConstants.DataEdgeProperty... dataEdgeProperties) Checks if it is valid (concerning structural correctness) for the data edge (described by the given node ID and the given data element ID) to update the properties given bydataEdgePropertiesin the template.static voidUpdateDataEdge.performOperation(SessionToken session, ChangeableInstance instance, int nodeID, int dataElementID, ActivityConstants.AccessType type, DataEdge dataEdge, UpdateManager updateManager, ProcessConstants.DataEdgeProperty... dataEdgeProperties) Updates the data edge (described by the given node ID and the given data element ID) in the given instance using the data in the given data edge object.static voidUpdateDataEdge.performOperation(SessionToken session, ChangeableInstance instance, int nodeID, int dataElementID, ActivityConstants.AccessType type, DataEdge dataEdge, ProcessConstants.DataEdgeProperty... dataEdgeProperties) Updates the data edge (described by the given node ID and the given data element ID) in the given instance using the data in the given data edge object.static voidUpdateDataEdge.performOperation(SessionToken session, ChangeableTemplate template, int nodeID, int dataElementID, ActivityConstants.AccessType type, DataEdge dataEdge, UpdateManager updateManager, ProcessConstants.DataEdgeProperty... dataEdgeProperties) Updates the data edge (described by the given node ID and the given data element ID) in the given template using the data in the given data edge object.static voidUpdateDataEdge.performOperation(SessionToken session, ChangeableTemplate template, int nodeID, int dataElementID, ActivityConstants.AccessType type, DataEdge dataEdge, ProcessConstants.DataEdgeProperty... dataEdgeProperties) Updates the data edge (described by the given node ID and the given data element ID) in the given template using the data in the given data edge object.protected static voidUpdateDataEdge.performOperation(SessionToken session, ChangePrimitives processGraph, int nodeID, int dataElementID, ActivityConstants.AccessType type, DataEdge dataEdge, UpdateManager updateManager, ProcessConstants.DataEdgeProperty... dataEdgeProperties) Worker method to do the structural changes for both changeable templates and changeable instances. -
Uses of ProcessConstants.DataEdgeProperty in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ProcessConstants.DataEdgePropertyModifier and TypeMethodDescriptionProcessConstants.DataEdgeProperty.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.DataEdgeProperty[]ProcessConstants.DataEdgeProperty.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProcessConstants.DataEdgeProperty in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return ProcessConstants.DataEdgePropertyModifier and TypeMethodDescriptionDeltaLayer.getChangedEdgeProperties(int nodeID, int dataElementID, ActivityConstants.AccessType dataEdgeType) Returns the properties of a given data edge, which have been changed.Methods in de.aristaflow.adept2.model.processmodel with parameters of type ProcessConstants.DataEdgePropertyModifier and TypeMethodDescriptionChangePrimitives.updateDataEdge(int nodeID, int dataElementID, ActivityConstants.AccessType accessType, DataEdge dataEdge, ProcessConstants.DataEdgeProperty... dataEdgeProperties) Updates the data edge attribute given by dataEdgeProperty.