Class Delay

All Implemented Interfaces:
Serializable, 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
See Also:
  • Constructor Details

    • Delay

      public Delay(Network model, String name)
      Creates a new delay station with infinite servers. Jobs experience service delay without queueing (infinite server scheduling).
      Parameters:
      model - the network model to add this delay station to
      name - the name for this delay station