Uses of Class
de.aristaflow.adept2.model.processmodel.tools.NodeRelations.NodeRelation
-
Packages that use NodeRelations.NodeRelation Package Description de.aristaflow.adept2.model.processmodel.tools -
-
Uses of NodeRelations.NodeRelation in de.aristaflow.adept2.model.processmodel.tools
Methods in de.aristaflow.adept2.model.processmodel.tools that return NodeRelations.NodeRelation Modifier and Type Method 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(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.Methods in de.aristaflow.adept2.model.processmodel.tools with parameters of type NodeRelations.NodeRelation Modifier and Type Method Description static boolean
NodeRelations. isBefore(NodeRelations.NodeRelation nodeRelation)
-