Class Delay

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

    
    public class Delay
    extends Queue implements Serializable
                        

    An infinite server station, i.e. a node imposing a delay without queueing to an incoming job

    • Constructor Detail

      • Delay

        Delay(Network model, String name)
        Creates a new delay station with infinite servers.
        Parameters:
        model - the network model to add this delay station to
        name - the name for this delay station
    • Method Detail