Examples of PreSignal


Examples of net.sf.mrailsim.signals.PreSignal

      System.err.println( "addPreSignal: signal #" + mainSignalId + " not a main signal." );
      System.exit(1);
    }
   
    // TODO: Check if id was already added
    PreSignal preSignal = new PreSignal( preSignalId );
    preSignal.setMainSignal( (MainSignal) signal );
    preSignal.setBound( getTrack( trackId ), Game.nodeManager.getNode( nodeId ) );
    signalList.add( preSignal );
  }
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.