Class Sink

  • All Implemented Interfaces:
    java.io.Serializable , jline.lang.Copyable

    
    public class Sink
    extends Node implements Serializable
                        

    An abstraction of the external world jobs in open classes depart to

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Sink(Network model, String name) Creates a new sink node where jobs in open classes depart from the network.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void printSummary() Prints a summary of this node's configuration to the console.
      • Methods inherited from class jline.lang.nodes.Node

        getAttribute, getCap, getClassCap, getDropStrategy, getInput, getModel, getNodeIndex, getOutput, getOutputStrategies, getRoutingStrategy, getSections, getServer, getState, getStatefulIdx, getStationIdx, isReferenceStation, isStateful, reset, resetRouting, setModel, setNodeIdx, setProbRouting, setRouting, setRouting, setState, setStationIdx
      • Methods inherited from class jline.lang.Element

        getName, setName
      • Methods inherited from class jline.lang.Copyable

        copy
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Sink

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

      • printSummary

         void printSummary()

        Prints a summary of this node's configuration to the console.