// export to sumo
EWorld2sumo eWorld2sumo = new EWorld2sumo();
eWorld2sumo.setData(DIRECTORY_SCENARIOS_TEST, FILE_SCENARIOS_TEST_PREFIX, true, EWorldConstants.getNetConvertFile(), "",
true, EWorldConstants.getDuaRouterFile(), "", false, false, false, true, false, new Integer[] { 10000 }, false);
eWorld2sumo.addObserver(this);
eWorld2sumo.run();
if (testPart == TestPart.EXPORT_SUCCESSFUL) {
// parse trip file
testPart = TestPart.START_AND_DESTINATION_PARSING_TRIPS;