Class ChooseBetweenTwoStations

  • All Implemented Interfaces:
    ObservableIfc, GetNameIfc, IdentityIfc

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