Class WFBlockToUIGraph.CreatedNodes
java.lang.Object
de.uni_trier.wi2.procake.data.object.transformation.WFBlockToUIGraph.CreatedNodes
- Enclosing class:
- WFBlockToUIGraph
Internal return value when creating the appropriate GraphNodes for the block-oriented
workflow-object.
- Author:
- Alexander Stromer
-
Field Summary
Modifier and TypeFieldDescriptionAn additional GraphNode, which represents a closing GraphNode in the graph.The transformed GraphNode of the block-oriented workflow-object. -
Constructor Summary
-
Method Summary
-
Field Details
-
openingNode
The transformed GraphNode of the block-oriented workflow-object. -
closingNode
An additional GraphNode, which represents a closing GraphNode in the graph. In many cases this value is the same as the openingNode, as there is no separate closingNode. An exception is transforming a NodeObject (node) of the block-oriented workflow-objectmodel, since the NodeObject has to be represented with an additional GraphNode in the graph-representation.
-
-
Constructor Details
-
CreatedNodes
protected CreatedNodes()
-