Uses of Interface
de.uni_trier.wi2.procake.data.object.nest.NESTControlflowEdgeObject
-
Packages that use NESTControlflowEdgeObject Package Description de.uni_trier.wi2.procake.data.object.nest de.uni_trier.wi2.procake.data.object.nest.impl -
-
Uses of NESTControlflowEdgeObject in de.uni_trier.wi2.procake.data.object.nest
Methods in de.uni_trier.wi2.procake.data.object.nest that return types with arguments of type NESTControlflowEdgeObject Modifier and Type Method Description Set<NESTControlflowEdgeObject>NESTAbstractWorkflowObject. getControlflowEdges()Returns all controlflow edges in the graph. -
Uses of NESTControlflowEdgeObject in de.uni_trier.wi2.procake.data.object.nest.impl
Classes in de.uni_trier.wi2.procake.data.object.nest.impl that implement NESTControlflowEdgeObject Modifier and Type Class Description classNESTControlflowEdgeObjectImplDefinition of a Controlflow-Edge of a NEST-graph.Methods in de.uni_trier.wi2.procake.data.object.nest.impl that return types with arguments of type NESTControlflowEdgeObject Modifier and Type Method Description Set<NESTControlflowEdgeObject>NESTAbstractWorkflowObjectImpl. getControlflowEdges()
-