Package desmoj.core.simulator

Examples of desmoj.core.simulator.InterruptCode


    // true = show in trace?
    busyVCQueue = new ProcessQueue<VanCarrier>(this, "busy VC Queue", true, true);
    prepairingVCQueue = new ProcessQueue<VanCarrier>(this, "prepairing VC Queue", true, true);

    // initialises the interrupt code
    urgentTruckArrived = new InterruptCode("Urgent Truck Arrived");
  }
View Full Code Here

TOP

Related Classes of desmoj.core.simulator.InterruptCode

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.