Package net.sf.mrailsim.signals

Examples of net.sf.mrailsim.signals.MainSectionSignal


      // TODO: Handle right
      System.err.println( "addSectionSignal: section #" + sectionId + " not found." );
      System.exit(1);
    }
    // TODO: Check if id was already added
    MainSectionSignal signal = new MainSectionSignal( signalId );
    signal.setTrackSection( section );
    signalList.add( signal );
  }
View Full Code Here

TOP

Related Classes of net.sf.mrailsim.signals.MainSectionSignal

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.