Class Workflow.SPTree

java.lang.Object
jline.lang.workflow.Workflow.SPTree
Enclosing class:
Workflow

public static class Workflow.SPTree extends Object
The series-parallel decomposition of the precedence graph.
  • Field Details

    • nodes

      public List<Workflow.SPNode> nodes
      Nodes, in creation order.
    • root

      public int root
      Root node index.
    • leafOf

      public int[] leafOf
      Node index of each activity leaf, -1 when absent.
    • execs

      public double[] execs
      Expected executions of each node per workflow execution.
  • Constructor Details

    • SPTree

      public SPTree()