| Package | Description |
|---|---|
| de.aristaflow.adept2.model.globals |
The globals packages provides commonly used variables and enums.
|
| de.aristaflow.adept2.model.processmodel |
Warning: This package description is OUTDATED (work in progress)!!
|
| Modifier and Type | Method and Description |
|---|---|
static ProcessConstants.EdgeProperty |
ProcessConstants.EdgeProperty.valueOf(int code) |
static ProcessConstants.EdgeProperty |
ProcessConstants.EdgeProperty.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessConstants.EdgeProperty[] |
ProcessConstants.EdgeProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessConstants.EdgeProperty[] |
DeltaLayer.getChangedEdgeProperties(int sourceNodeID,
int destinationNodeID,
ProcessConstants.EdgeType edgeType)
Returns the properties of a given edge, which have been changed.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|