Package net.sf.mrailsim.main

Examples of net.sf.mrailsim.main.Program.start()


   * @param args
   */
  public static void main(String[] args) {
   
    Program pgm = new Program();
    pgm.start();
   
//    pgm.loadConfigFromFile( "config/test_01_simplecircle.txt" );
//    pgm.loadConfigFromFile( "config/test_02_passingplace.txt" );
//    pgm.loadConfigFromFile( "config/test_02_passingplace_signals.txt" );
//    pgm.loadConfigFromFile( "config/test_02_passingplace_error.txt" );
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.