Uses of Enum Class
de.aristaflow.adept2.model.globals.ProcessConstants.EdgeProperty
Packages that use ProcessConstants.EdgeProperty
-
Uses of ProcessConstants.EdgeProperty in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ProcessConstants.EdgePropertyModifier and TypeMethodDescriptionProcessConstants.EdgeProperty.valueOf(int code) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static ProcessConstants.EdgeProperty[]ProcessConstants.EdgeProperty.values()Returns an array containing the constants of this enum class, 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.EdgePropertyModifier and TypeMethodDescriptionDeltaLayer.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.EdgePropertyModifier and TypeMethodDescriptionChangePrimitives.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.