Package jline.lang.workflow
Class Workflow.SPNode
java.lang.Object
jline.lang.workflow.Workflow.SPNode
- Enclosing class:
- Workflow
A node of the series-parallel decomposition.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintActivity index of a leaf, -1 otherwise.Cached initial vector.doubleMean number of executions of a loop body.int[]Child node indices.intParent node index, -1 at the root.double[]Branch probabilities of an or node.Cached subgenerator.One of leaf, serial, par, or, loop.booleanTrue when the cached law is up to date. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
One of leaf, serial, par, or, loop. -
act
public int actActivity index of a leaf, -1 otherwise. -
kids
public int[] kidsChild node indices. -
parent
public int parentParent node index, -1 at the root. -
probs
public double[] probsBranch probabilities of an or node. -
count
public double countMean number of executions of a loop body. -
alpha
Cached initial vector. -
T
Cached subgenerator. -
valid
public boolean validTrue when the cached law is up to date.
-
-
Constructor Details
-
SPNode
public SPNode()
-