Package de.hpi.eworld.simulationstatistic.sumodump

Examples of de.hpi.eworld.simulationstatistic.sumodump.SumoDump2Model.parseFile()


   */
  private void testParseFileInputStream(String inputFilename) {
    SumoDump2Model converter = new SumoDump2Model();
    StatisticsDataManager.getInstance().clear();
    try {
      converter.parseFile(new URL("file", null, inputFilename), false, false);
    }
    catch (Exception xcp) {
      xcp.printStackTrace();
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.