Class TandemQueue

  • All Implemented Interfaces:
    ObservableIfc, GetNameIfc, IdentityIfc

    public class TandemQueue
    extends SchedulingElement
    Arriving customers choose randomly to two stations. The arrivals are Poisson with mean rate 1.1. Thus, the time between arrivals is exponential with mean 1/1.1. After receiving service at the first station the customer moves directly to the second station. The service times of the stations are exponential with means 0.8 and 0.7, respectively. After receiving service at the 2nd station, the customer leaves.