Class Fork

All Implemented Interfaces:
Serializable

public class Fork extends Node implements Serializable
A node that forks an incoming job into a set of sibling tasks
See Also:
  • Constructor Details

  • Method Details

    • setTasksPerLink

      public void setTasksPerLink(int nTasks)
      Sets the number of tasks sent out on each outgoing link
      Parameters:
      nTasks - - the number of tasks
    • getModel

      public Network getModel()
      Overrides:
      getModel in class Node