Package jmt.engine.dataAnalysis

Examples of jmt.engine.dataAnalysis.XMLSimulationOutput


      NetSystem.start();
      finished = true;

      //simulation has finished
      //results are put into a xml file
      XMLSimulationOutput output = new XMLSimulationOutput(this);
      outputFile = output.writeAllMeasures();

      //end NEW

      NetSystem.terminate();
    } else {
View Full Code Here

TOP

Related Classes of jmt.engine.dataAnalysis.XMLSimulationOutput

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.