Package de.hpi.eworld.exporter.sumo

Examples of de.hpi.eworld.exporter.sumo.EWorld2sumoMenu


    // if sumo is to be started locally, start the sumo export of file
    if(simSettings.local()) {
      //start sumo export
      sumoExp.menuItemTriggered();
      EWorld2sumoMenu sumoMenu = sumoExp.getMenu();
      sumoMenu.provideObservable().addObserver(this);
      this.dispose();
    } else {
      // otherwise, do nothing since sumo is already running somewhere
      this.notifyObservers(new ObserverNotification(NotificationType.configFinished, simSettings));
      dispose();
View Full Code Here

TOP

Related Classes of de.hpi.eworld.exporter.sumo.EWorld2sumoMenu

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.