Uses of Enum Class
de.aristaflow.adept2.model.globals.ProcessConstants.EdgeState
Packages that use ProcessConstants.EdgeState
-
Uses of ProcessConstants.EdgeState in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ProcessConstants.EdgeStateModifier and TypeMethodDescriptionstatic ProcessConstants.EdgeStateProcessConstants.EdgeState.valueOf(int code) Returns the enum constant of this class with the specified name.static ProcessConstants.EdgeStateReturns the enum constant of this class with the specified name.static ProcessConstants.EdgeState[]ProcessConstants.EdgeState.values()Returns an array containing the constants of this enum class, 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.EdgeStateModifier and TypeMethodDescriptionInstance.getEdgeState(int srcNodeID, int destNodeID, ProcessConstants.EdgeType edgeType) Returns the state of the edge.