| 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.EdgeState |
ProcessConstants.EdgeState.valueOf(int code) |
static ProcessConstants.EdgeState |
ProcessConstants.EdgeState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessConstants.EdgeState[] |
ProcessConstants.EdgeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessConstants.EdgeState |
Instance.getEdgeState(int srcNodeID,
int destNodeID,
ProcessConstants.EdgeType edgeType)
Returns the state of the edge.
|