Class StatefulFork

All Implemented Interfaces:
Serializable, Copyable

public class StatefulFork extends StatefulNode implements Serializable
A stateful Fork used only on FJ tag-augmented model copies (see ModelAdapter.fjtag). It reports NodeType.Fork but extends StatefulNode so that it can hold the parent job for one vanishing state before the fork firing (sn.fjsync) emits the sibling tasks. Never used in user-facing models.
See Also:
  • Constructor Details

    • StatefulFork

      public StatefulFork(Network model, String name)
  • Method Details

    • getModel

      public Network getModel()
      Description copied from class: Node
      Returns the network model containing this node.
      Overrides:
      getModel in class Node
      Returns:
      the parent network model