| Package | Description |
|---|---|
| de.aristaflow.adept2.model.processmodel.tools |
| Modifier and Type | Method and Description |
|---|---|
NodeRelations.NodeRelation |
NodeRelations.getNodeRelation(int nodeID1,
int nodeID2)
Get the BEFORE relation between the given nodes, or what the relation
is like, if node1 is not before node2.
|
static NodeRelations.NodeRelation |
NodeRelations.NodeRelation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeRelations.NodeRelation[] |
NodeRelations.NodeRelation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
NodeRelations.isBefore(NodeRelations.NodeRelation nodeRelation) |