Uses of Interface
de.aristaflow.adept2.model.processmodel.Edge
-
Packages that use Edge Package Description de.aristaflow.adept2.core.changeoperations de.aristaflow.adept2.model.processmodel -
-
Uses of Edge in de.aristaflow.adept2.core.changeoperations
Methods in de.aristaflow.adept2.core.changeoperations that return Edge Modifier and Type Method Description static Edge
ChangeOperationTools. createSimpleEdgeObject(SessionToken session, ProcessConstants.EdgeType type)
Creates a simple edge container object of the given type -
Uses of Edge in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return Edge Modifier and Type Method Description Edge
ChangePrimitives. addEdge(int srcNodeID, int destNodeID, Edge edge)
Add an edge between the given nodes, using the values of the given edge object (e.g. the edge type).Edge
ProcessModelFactory. createEdge(ProcessConstants.EdgeType type, long edgeCode, Map<String,String> userAttributes)
Create an Edge.Edge
AbstractWrappingTemplate. getEdge(int srcNodeID, int destNodeID, ProcessConstants.EdgeType type)
Edge
StructuredEdge. getEdge()
Return the edge object.Edge
Template. getEdge(int srcNodeID, int destNodeID, ProcessConstants.EdgeType type)
Returns the edge which is identified by the given source nodeID, destination nodeID and the edge type.Edge
ChangePrimitives. updateEdge(int srcNodeID, int destNodeID, Edge edge, ProcessConstants.EdgeProperty... edgeProperty)
Updates the edge which is identified by the given source and destination node IDs and the type of the edge (i.e. stored in the Edge object).Methods in de.aristaflow.adept2.model.processmodel with parameters of type Edge Modifier and Type Method Description Edge
ChangePrimitives. addEdge(int srcNodeID, int destNodeID, Edge edge)
Add an edge between the given nodes, using the values of the given edge object (e.g. the edge type).StructuredEdge
ProcessModelFactory. createStructuredEdge(Edge edge, int sourceNodeID, int destinationNodeID)
Create a structured edge (a container for an edge and its structural information).Edge
ChangePrimitives. updateEdge(int srcNodeID, int destNodeID, Edge edge, ProcessConstants.EdgeProperty... edgeProperty)
Updates the edge which is identified by the given source and destination node IDs and the type of the edge (i.e. stored in the Edge object).
-