8687888990919293949596
LiftDispatchList = new LiftDispatchList[ELEVATORS]; ServiceQueues = new ServiceQueues[4]; for(int i=0;i<ELEVATORS;i++) { LiftStatusRecord[i] = new LiftStatusRecord(i); Lifts[i] = new Lifts(i); LiftDispatchList[i] = new LiftDispatchList(); }