Uses of Interface
de.uni_trier.wi2.procake.data.object.nest.controlflowNode.NESTControlflowNodeObject
-
-
Uses of NESTControlflowNodeObject 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 NESTControlflowNodeObject Modifier and Type Method Description Set<NESTControlflowNodeObject>NESTWorkflowObject. getAndEndNodes()Returns complete set of and join nodes registered in the graph.Set<NESTControlflowNodeObject>NESTWorkflowObject. getAndStartNodes()Returns complete set of and split nodes registered in the graph.Set<NESTControlflowNodeObject>NESTWorkflowObject. getControlflowNodes()Returns complete set of controlflow nodes registered in the graph.Set<NESTControlflowNodeObject>NESTWorkflowObject. getEndControlflowNodes()Returns complete set of end controlflow nodes registered in the graph.Set<NESTControlflowNodeObject>NESTWorkflowObject. getLoopEndNodes()Returns complete set of loop split nodes registered in the graph.Set<NESTControlflowNodeObject>NESTWorkflowObject. getLoopStartNodes()Returns complete set of loop join nodes registered in the graph.Set<NESTControlflowNodeObject>NESTWorkflowObject. getOrEndNodes()Returns complete set of or join nodes registered in the graph.Set<NESTControlflowNodeObject>NESTWorkflowObject. getOrStartNodes()Returns complete set of or split nodes registered in the graph.Set<NESTControlflowNodeObject>NESTWorkflowObject. getStartControlflowNodes()Returns complete set of start controlflow nodes registered in the graph.Set<NESTControlflowNodeObject>NESTWorkflowObject. getXorEndNodes()Returns complete set of xor join nodes registered in the graph.Set<NESTControlflowNodeObject>NESTWorkflowObject. getXorStartNodes()Returns complete set of xor split nodes registered in the graph. -
Uses of NESTControlflowNodeObject in de.uni_trier.wi2.procake.data.object.nest.controlflowNode
Subinterfaces of NESTControlflowNodeObject in de.uni_trier.wi2.procake.data.object.nest.controlflowNode Modifier and Type Interface Description interfaceNESTAndEndNodeObjectinterfaceNESTAndStartNodeObjectinterfaceNESTLoopEndNodeObjectinterfaceNESTLoopStartNodeObjectinterfaceNESTOrEndNodeObjectinterfaceNESTOrStartNodeObjectinterfaceNESTXorEndNodeObjectinterfaceNESTXorStartNodeObjectMethods in de.uni_trier.wi2.procake.data.object.nest.controlflowNode that return NESTControlflowNodeObject Modifier and Type Method Description NESTControlflowNodeObjectNESTControlflowNodeObject. getMatchingBlockControlflowNode()When the controlflow-node is located in a block-oriented controlflow the matching controlflow-node of the controlflow-block is returned.Methods in de.uni_trier.wi2.procake.data.object.nest.controlflowNode with parameters of type NESTControlflowNodeObject Modifier and Type Method Description voidNESTControlflowNodeObject. setMatchingBlockControlflowNode(NESTControlflowNodeObject matchingBlockControlflowNode)Set a controlflow node as the matching block node. -
Uses of NESTControlflowNodeObject in de.uni_trier.wi2.procake.data.object.nest.controlflowNode.impl
Classes in de.uni_trier.wi2.procake.data.object.nest.controlflowNode.impl that implement NESTControlflowNodeObject Modifier and Type Class Description classNESTAndEndNodeObjectImplclassNESTAndStartNodeObjectImplclassNESTControlflowNodeObjectImplDefinition of a Controlflow-Node of a NEST-graph.classNESTLoopEndNodeObjectImplclassNESTLoopStartNodeObjectImplclassNESTOrEndNodeObjectImplclassNESTOrStartNodeObjectImplclassNESTXorEndNodeObjectImplclassNESTXorStartNodeObjectImplFields in de.uni_trier.wi2.procake.data.object.nest.controlflowNode.impl declared as NESTControlflowNodeObject Modifier and Type Field Description protected NESTControlflowNodeObjectNESTControlflowNodeObjectImpl. matchingBlockControlflowNodeThe matching block controlflow node, that is either the corresponding start or end node to the current node.Methods in de.uni_trier.wi2.procake.data.object.nest.controlflowNode.impl that return NESTControlflowNodeObject Modifier and Type Method Description NESTControlflowNodeObjectNESTControlflowNodeObjectImpl. getMatchingBlockControlflowNode()Methods in de.uni_trier.wi2.procake.data.object.nest.controlflowNode.impl with parameters of type NESTControlflowNodeObject Modifier and Type Method Description voidNESTControlflowNodeObjectImpl. setMatchingBlockControlflowNode(NESTControlflowNodeObject matchingBlockControlflowNode) -
Uses of NESTControlflowNodeObject in de.uni_trier.wi2.procake.data.object.nest.impl
Methods in de.uni_trier.wi2.procake.data.object.nest.impl that return types with arguments of type NESTControlflowNodeObject Modifier and Type Method Description Set<NESTControlflowNodeObject>NESTWorkflowObjectImpl. getAndEndNodes()Set<NESTControlflowNodeObject>NESTWorkflowObjectImpl. getAndStartNodes()Set<NESTControlflowNodeObject>NESTWorkflowObjectImpl. getControlflowNodes()Set<NESTControlflowNodeObject>NESTWorkflowObjectImpl. getEndControlflowNodes()Set<NESTControlflowNodeObject>NESTWorkflowObjectImpl. getLoopEndNodes()Set<NESTControlflowNodeObject>NESTWorkflowObjectImpl. getLoopStartNodes()Set<NESTControlflowNodeObject>NESTWorkflowObjectImpl. getOrEndNodes()Set<NESTControlflowNodeObject>NESTWorkflowObjectImpl. getOrStartNodes()Set<NESTControlflowNodeObject>NESTWorkflowObjectImpl. getStartControlflowNodes()Set<NESTControlflowNodeObject>NESTWorkflowObjectImpl. getXorEndNodes()Set<NESTControlflowNodeObject>NESTWorkflowObjectImpl. getXorStartNodes() -
Uses of NESTControlflowNodeObject in de.uni_trier.wi2.procake.data.object.nest.utils
Methods in de.uni_trier.wi2.procake.data.object.nest.utils that return NESTControlflowNodeObject Modifier and Type Method Description NESTControlflowNodeObjectNESTWorkflowModifier.NESTControlflowNodePair. getEndNode()NESTControlflowNodeObjectNESTWorkflowModifier.NESTControlflowNodePair. getStartNode()Methods in de.uni_trier.wi2.procake.data.object.nest.utils with parameters of type NESTControlflowNodeObject Modifier and Type Method Description NESTWorkflowModifier.NESTControlflowNodePairNESTWorkflowModifier. insertNewControlflowNodePair(NESTControlflowNodeObject startNode, NESTControlflowNodeObject endNode)Inserts a new controlflow block into the NEST graph by using the given parameters.voidNESTWorkflowModifier. removeControlflowBlock(NESTControlflowNodeObject controlflowNode)voidNESTWorkflowModifier. removeControlflowBlockNodes(NESTControlflowNodeObject startControlflowNode)Removes controlflow block nodes identified by the given start controlflow node.voidNESTWorkflowModifier. removeControlflowNodes(NESTControlflowNodeObject controlflowNode) -
Uses of NESTControlflowNodeObject in de.uni_trier.wi2.procake.data.object.nest.utils.impl
Methods in de.uni_trier.wi2.procake.data.object.nest.utils.impl that return NESTControlflowNodeObject Modifier and Type Method Description NESTControlflowNodeObjectNESTWorkflowModifierImpl.NESTControlflowNodePairImpl. getEndNode()NESTControlflowNodeObjectNESTWorkflowModifierImpl.NESTControlflowNodePairImpl. getStartNode()Methods in de.uni_trier.wi2.procake.data.object.nest.utils.impl with parameters of type NESTControlflowNodeObject Modifier and Type Method Description NESTWorkflowModifier.NESTControlflowNodePairNESTWorkflowModifierImpl. insertNewControlflowNodePair(NESTControlflowNodeObject startNode, NESTControlflowNodeObject endNode)voidNESTWorkflowModifierImpl. removeControlflowBlock(NESTControlflowNodeObject controlflowNode)voidNESTWorkflowModifierImpl. removeControlflowBlockNodes(NESTControlflowNodeObject startControlflowNode)voidNESTWorkflowModifierImpl. removeControlflowNodes(NESTControlflowNodeObject controlflowNode)Constructors in de.uni_trier.wi2.procake.data.object.nest.utils.impl with parameters of type NESTControlflowNodeObject Constructor Description NESTControlflowNodePairImpl(NESTControlflowNodeObject startNode, NESTControlflowNodeObject endNode)
-