Uses of Class
de.aristaflow.adept2.model.globals.ProcessConstants.DeltaScope
-
Packages that use ProcessConstants.DeltaScope Package Description de.aristaflow.adept2.model.globals de.aristaflow.adept2.model.processmodel -
-
Uses of ProcessConstants.DeltaScope in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ProcessConstants.DeltaScope Modifier and Type Method Description static ProcessConstants.DeltaScope
ProcessConstants.DeltaScope. valueOf(int code)
Returns the enum constant of this type with the specified name.static ProcessConstants.DeltaScope
ProcessConstants.DeltaScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProcessConstants.DeltaScope[]
ProcessConstants.DeltaScope. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProcessConstants.DeltaScope in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel with parameters of type ProcessConstants.DeltaScope Modifier and Type Method Description Set<StructuredDataEdge>
DeltaLayer. getDataEdges(ProcessConstants.DeltaScope scope)
Returns a set of comparable data edges (data edges with structural information), of the given scope.int[]
DeltaLayer. getDataElements(ProcessConstants.DeltaScope scope)
Returns the IDs of the data elements of the requested scope.Set<StructuredEdge>
DeltaLayer. getEdges(ProcessConstants.DeltaScope scope, ProcessConstants.EdgeType... edgeTypes)
Returns a set of comparable edges (edges with structural information), of the given scope and type(s).int[]
DeltaLayer. getNodes(ProcessConstants.DeltaScope scope)
Returns the IDs of nodes of the given scope.int[]
DeltaLayer. getPredByEdgeType(ProcessConstants.DeltaScope scope, int nodeID, ProcessConstants.EdgeType... types)
Returns a list of node IDs which are predecessors of the node, using edges of the given types.int[]
DeltaLayer. getSuccByEdgeType(ProcessConstants.DeltaScope scope, int nodeID, ProcessConstants.EdgeType... types)
Returns a list of node IDs which are successors of the node, using edges of the given types.
-