Class Sink

All Implemented Interfaces:
Serializable, Copyable

public class Sink extends Node implements Serializable
An abstraction of the external world jobs in open classes depart to
See Also:
  • Field Details

  • Constructor Details

    • Sink

      public Sink(Network model, String name)
      Creates a new sink node where jobs in open classes depart from the network. Configures disabled routing for all job classes.
      Parameters:
      model - the network model to add this sink to (can be null for standalone creation)
      name - the name for this sink node
  • Method Details

    • printSummary

      public void printSummary()
      Description copied from class: Node
      Prints a summary of this node's configuration to the console.
      Overrides:
      printSummary in class Node