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