Uses of Interface
de.uni_trier.wi2.procake.data.object.nest.NESTDataflowEdgeObject
-
Packages that use NESTDataflowEdgeObject Package Description de.uni_trier.wi2.procake.data.object.nest de.uni_trier.wi2.procake.data.object.nest.impl -
-
Uses of NESTDataflowEdgeObject 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 NESTDataflowEdgeObject Modifier and Type Method Description Set<NESTDataflowEdgeObject>NESTAbstractWorkflowObject. getDataflowEdges()Returns the complete list of controlflowedges contained in the graph -
Uses of NESTDataflowEdgeObject in de.uni_trier.wi2.procake.data.object.nest.impl
Classes in de.uni_trier.wi2.procake.data.object.nest.impl that implement NESTDataflowEdgeObject Modifier and Type Class Description classNESTDataflowEdgeObjectImplDefinition of a Dataflow-Edge of a NEST-graph.Methods in de.uni_trier.wi2.procake.data.object.nest.impl that return types with arguments of type NESTDataflowEdgeObject Modifier and Type Method Description Set<NESTDataflowEdgeObject>NESTAbstractWorkflowObjectImpl. getDataflowEdges()
-