Package jline.api.lqn

Class LqnPh.EntryWorkflow

java.lang.Object
jline.api.lqn.LqnPh.EntryWorkflow
Enclosing class:
LqnPh

public static class LqnPh.EntryWorkflow extends Object
Activity graph of one entry, as a workflow plus its execution counts.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int[]
    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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • wf

      public Workflow wf
      Workflow whose leaves are the activities (and calls) of the entry.
    • actIdxOf

      public int[] actIdxOf
      Workflow activity index of each LQN activity, -1 when absent.
    • callIdxOf

      public int[] callIdxOf
      Workflow activity index of each call, -1 when absent.
    • execs

      public double[] execs
      Expected executions of each LQN activity per entry invocation.
    • callexecs

      public double[] callexecs
      Expected executions of each call per entry invocation.
  • Constructor Details

    • EntryWorkflow

      public EntryWorkflow()