Package jline.api.lqn
Class LqnPh.EntryWorkflow
java.lang.Object
jline.api.lqn.LqnPh.EntryWorkflow
- Enclosing class:
- LqnPh
Activity graph of one entry, as a workflow plus its execution counts.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint[]Workflow activity index of each LQN activity, -1 when absent.double[]Expected executions of each call per entry invocation.int[]Workflow activity index of each call, -1 when absent.double[]Expected executions of each LQN activity per entry invocation.Workflow whose leaves are the activities (and calls) of the entry. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
wf
Workflow whose leaves are the activities (and calls) of the entry. -
actIdxOf
public int[] actIdxOfWorkflow activity index of each LQN activity, -1 when absent. -
callIdxOf
public int[] callIdxOfWorkflow activity index of each call, -1 when absent. -
execs
public double[] execsExpected executions of each LQN activity per entry invocation. -
callexecs
public double[] callexecsExpected executions of each call per entry invocation.
-
-
Constructor Details
-
EntryWorkflow
public EntryWorkflow()
-