Package jmt.gui.jmodel.controller

Examples of jmt.gui.jmodel.controller.SimulationStateChecker


  public void startSimulation(File simulationFile) {
    simulator = new Dispatcher_jSIMschema(simulationFile);
    // ----------- Francesco D'Aquino ---------------
    if (sd.isAnimationEnabled()) {
      //if it is the first time create a new simStateChecker
      simStateChecker = new SimulationStateChecker((Mediator) gui, simulator);

    }
    // ----------- end Francesco D'Aquino -----------
    // If needed sets simulation seed
    if (!sd.getUseRandomSeed()) {
View Full Code Here

TOP

Related Classes of jmt.gui.jmodel.controller.SimulationStateChecker

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.