Uses of Class
de.aristaflow.adept2.model.globals.ProcessConstants.EdgeProperty
-
Packages that use ProcessConstants.EdgeProperty Package Description de.aristaflow.adept2.model.globals de.aristaflow.adept2.model.processmodel -
-
Uses of ProcessConstants.EdgeProperty in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ProcessConstants.EdgeProperty Modifier and Type Method Description static ProcessConstants.EdgeProperty
ProcessConstants.EdgeProperty. valueOf(int code)
Returns the enum constant of this type with the specified name.static ProcessConstants.EdgeProperty
ProcessConstants.EdgeProperty. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProcessConstants.EdgeProperty[]
ProcessConstants.EdgeProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProcessConstants.EdgeProperty in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return ProcessConstants.EdgeProperty Modifier and Type Method Description ProcessConstants.EdgeProperty[]
DeltaLayer. getChangedEdgeProperties(int sourceNodeID, int destinationNodeID, ProcessConstants.EdgeType edgeType)
Returns the properties of a given edge, which have been changed.Methods in de.aristaflow.adept2.model.processmodel with parameters of type ProcessConstants.EdgeProperty Modifier and Type Method Description Edge
ChangePrimitives. updateEdge(int srcNodeID, int destNodeID, Edge edge, ProcessConstants.EdgeProperty... edgeProperty)
Updates the edge which is identified by the given source and destination node IDs and the type of the edge (i.e. stored in the Edge object).
-