Package jline.lang.workflow
Class Workflow.SPTree
java.lang.Object
jline.lang.workflow.Workflow.SPTree
- Enclosing class:
- Workflow
The series-parallel decomposition of the precedence graph.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nodes
Nodes, in creation order. -
root
public int rootRoot node index. -
leafOf
public int[] leafOfNode index of each activity leaf, -1 when absent. -
execs
public double[] execsExpected executions of each node per workflow execution.
-
-
Constructor Details
-
SPTree
public SPTree()
-