| Package | Description |
|---|---|
| de.aristaflow.adept2.core.changeoperations | |
| de.aristaflow.adept2.model.processmodel |
Warning: This package description is OUTDATED (work in progress)!!
|
| Modifier and Type | Method and Description |
|---|---|
static Edge |
ChangeOperationTools.createSimpleEdgeObject(SessionToken session,
ProcessConstants.EdgeType type)
Creates a simple edge container object of the given type
|
| Modifier and Type | Method and 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,
java.util.Map<java.lang.String,java.lang.String> userAttributes)
Create an Edge.
|
Edge |
StructuredEdge.getEdge()
Return the edge object.
|
Edge |
AbstractWrappingTemplate.getEdge(int srcNodeID,
int destNodeID,
ProcessConstants.EdgeType type) |
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).
|
| Modifier and Type | Method and 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).
|