Uses of Enum Class
de.aristaflow.adept2.model.processmodel.tools.NodeRelations.NodeRelation
Packages that use NodeRelations.NodeRelation
-
Uses of NodeRelations.NodeRelation in de.aristaflow.adept2.model.processmodel.tools
Methods in de.aristaflow.adept2.model.processmodel.tools that return NodeRelations.NodeRelationModifier and TypeMethodDescriptionNodeRelations.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.NodeRelationReturns the enum constant of this class with the specified name.static NodeRelations.NodeRelation[]NodeRelations.NodeRelation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.aristaflow.adept2.model.processmodel.tools with parameters of type NodeRelations.NodeRelationModifier and TypeMethodDescriptionstatic booleanNodeRelations.isBefore(NodeRelations.NodeRelation nodeRelation)