Uses of Interface
de.aristaflow.adept2.model.processmodel.DataEdge
Packages that use DataEdge
Package
Description
-
Uses of DataEdge in de.aristaflow.adept2.core.changeoperations
Methods in de.aristaflow.adept2.core.changeoperations that return DataEdgeModifier and TypeMethodDescriptionstatic DataEdgeChangeOperationTools.createSimpleDataEdgeObject(SessionToken session, ActivityConstants.AccessType type) Creates a simple DataEdge container ObjectMethods in de.aristaflow.adept2.core.changeoperations with parameters of type DataEdgeModifier and TypeMethodDescriptionstatic booleanReconnectDataEdge.isPossible(ChangeableInstance instance, int nodeID, int dataElementID, DataEdge dataEdge, ProcessModelParameter param) Check if it is possible to reconnect the given data edge (respectively the connected data element) to the given parameter in the instance .static booleanReconnectDataEdge.isPossible(ChangeableInstance instance, int nodeID, int dataElementID, DataEdge dataEdge, ProcessModelParameter param, CheckReport checkReport) Check if it is possible to reconnect the given data edge (respectively the connected data element) to the given parameter in the template.static booleanReconnectDataEdge.isPossible(Template template, int nodeID, int dataElementID, DataEdge dataEdge, ProcessModelParameter param) Check if it is possible to reconnect the given data edge (respectively the connected data element) to the given parameter in the template.static booleanReconnectDataEdge.isPossible(Template template, int nodeID, int dataElementID, DataEdge dataEdge, ProcessModelParameter param, CheckReport checkReport) Check if it is possible to reconnect the given data edge (respectively the connected data element) to the given parameter in the template.static booleanSwapDataElementParameterConnections.isPossible(ChangeableInstance instance, int nodeID, int dataElementID1, DataEdge dataEdge1, int dataElementID2, DataEdge dataEdge2) Check if it is possible to swap the parameter data element connections of the given data edges in the given instance.static booleanSwapDataElementParameterConnections.isPossible(ChangeableInstance instance, int nodeID, int dataElementID1, DataEdge dataEdge1, int dataElementID2, DataEdge dataEdge2, CheckReport checkReport) Check if it is possible to swap the parameter data element connections of the given data edges in the given instance.static booleanSwapDataElementParameterConnections.isPossible(Template template, int nodeID, int dataElementID1, DataEdge dataEdge1, int dataElementID2, DataEdge dataEdge2) Check if it is possible (concerning structural correctness) to swap the parameter data element connections of the given data edges in the given template.static booleanSwapDataElementParameterConnections.isPossible(Template template, int nodeID, int dataElementID1, DataEdge dataEdge1, int dataElementID2, DataEdge dataEdge2, CheckReport checkReport) Check if it is possible (concerning structural correctness) to swap the parameter data element connections of the given data edges in the given template.static voidReconnectDataEdge.performOperation(SessionToken session, ChangeableInstance instance, int nodeID, int dataElementID, DataEdge dataEdge, ProcessModelParameter param) Connect the given data element with the given parameter (via the given already existing data edge) in the instance.static voidReconnectDataEdge.performOperation(SessionToken session, ChangeableInstance instance, int nodeID, int dataElementID, DataEdge dataEdge, ProcessModelParameter param, UpdateManager updateManager) Connect the given data element with the given parameter (via the given already existing data edge) in the instance.static voidReconnectDataEdge.performOperation(SessionToken session, ChangeableTemplate template, int nodeID, int dataElementID, DataEdge dataEdge, ProcessModelParameter param) Connect the given data element with the given parameter (via the given already existing data edge) in the template.static voidReconnectDataEdge.performOperation(SessionToken session, ChangeableTemplate template, int nodeID, int dataElementID, DataEdge dataEdge, ProcessModelParameter param, UpdateManager updateManager) Connect the given data element with the given parameter (via the given already existing data edge) in the template.protected static voidReconnectDataEdge.performOperation(SessionToken session, ChangePrimitives processGraph, int nodeID, int dataElementID, DataEdge dataEdge, ProcessModelParameter param, UpdateManager updateManager) Worker method to do the structural changes for both changeable templates and changeable instances.static voidSwapDataElementParameterConnections.performOperation(SessionToken session, ChangeableInstance instance, int nodeID, int dataElementID1, DataEdge dataEdge1, int dataElementID2, DataEdge dataEdge2) Swaps the parameter data element connections of the given data edges in the given instance.static voidSwapDataElementParameterConnections.performOperation(SessionToken session, ChangeableInstance instance, int nodeID, int dataElementID1, DataEdge dataEdge1, int dataElementID2, DataEdge dataEdge2, UpdateManager updateManager) Swaps the parameter data element connections of the given data edges in the given instance.static voidSwapDataElementParameterConnections.performOperation(SessionToken session, ChangeableTemplate template, int nodeID, int dataElementID1, DataEdge dataEdge1, int dataElementID2, DataEdge dataEdge2) Swaps the parameter data element connections of the given data edges in the given template.static voidSwapDataElementParameterConnections.performOperation(SessionToken session, ChangeableTemplate template, int nodeID, int dataElementID1, DataEdge dataEdge1, int dataElementID2, DataEdge dataEdge2, UpdateManager updateManager) Swaps the parameter data element connections of the given data edges in the given template.protected static voidSwapDataElementParameterConnections.performOperation(SessionToken session, ChangePrimitives processGraph, int nodeID, int dataElementID1, DataEdge dataEdge1, int dataElementID2, DataEdge dataEdge2, UpdateManager updateManager) Worker method to do the structural changes for both changeable templates and changeable instances.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 DataEdge in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return DataEdgeModifier and TypeMethodDescriptionChangePrimitives.addDataEdge(int node, int connector, int dataElement, DataEdge dataEdge) This method is called when the node has an assigned activity.ChangePrimitives.addDataEdge(int node, int dataElement, DataEdge dataEdge) Use this method to connect a data element to a node which does not have an assigned activity yet.ProcessModelFactory.createDataEdge(ActivityConstants.AccessType type, boolean optional, Map<String, String> userAttributes) Create a data edge.AbstractWrappingTemplate.getDataEdge(int nodeID, int dataElementID, ActivityConstants.AccessType type) StructuredDataEdge.getDataEdge()Returns the data edge object the structured data edge belongs to.Template.getDataEdge(int nodeID, int dataElementID, ActivityConstants.AccessType type) Returns the data edge which is identified by the given node, the data element and the direction (reading or writing).ChangePrimitives.updateDataEdge(int nodeID, int dataElementID, ActivityConstants.AccessType accessType, DataEdge dataEdge, ProcessConstants.DataEdgeProperty... dataEdgeProperties) Updates the data edge attribute given by dataEdgeProperty.Methods in de.aristaflow.adept2.model.processmodel with parameters of type DataEdgeModifier and TypeMethodDescriptionChangePrimitives.addDataEdge(int node, int connector, int dataElement, DataEdge dataEdge) This method is called when the node has an assigned activity.ChangePrimitives.addDataEdge(int node, int dataElement, DataEdge dataEdge) Use this method to connect a data element to a node which does not have an assigned activity yet.ProcessModelFactory.createStructuredDataEdge(DataEdge dataEdge, int nodeID, int connectorID, int dataElementID) Create a structured data edge (a container for a data edge and its structural information).ChangePrimitives.updateDataEdge(int nodeID, int dataElementID, ActivityConstants.AccessType accessType, DataEdge dataEdge, ProcessConstants.DataEdgeProperty... dataEdgeProperties) Updates the data edge attribute given by dataEdgeProperty.