Package de.hpi.eworld.simulationstatistic.sumodump

Examples of de.hpi.eworld.simulationstatistic.sumodump.SumoDump2Model


   * Attention: Clear the {@link StatisticsDataManager} after testing
   * to avoid side effects to other tests.
   * @param inputFilename
   */
  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

Related Classes of de.hpi.eworld.simulationstatistic.sumodump.SumoDump2Model

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.