Uses of Class
de.aristaflow.adept2.model.globals.ProcessConstants.EdgeState
-
Packages that use ProcessConstants.EdgeState Package Description de.aristaflow.adept2.model.globals de.aristaflow.adept2.model.processmodel -
-
Uses of ProcessConstants.EdgeState in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ProcessConstants.EdgeState Modifier and Type Method Description static ProcessConstants.EdgeStateProcessConstants.EdgeState. valueOf(int code)Returns the enum constant of this type with the specified name.static ProcessConstants.EdgeStateProcessConstants.EdgeState. valueOf(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. -
Uses of ProcessConstants.EdgeState in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return ProcessConstants.EdgeState Modifier and Type Method Description ProcessConstants.EdgeStateInstance. getEdgeState(int srcNodeID, int destNodeID, ProcessConstants.EdgeType edgeType)Returns the state of the edge.
-