Class Stop

java.lang.Object
jmri.jmrit.timetable.Stop

public class Stop extends Object
Define the content of a Stop record.
  • Field Details

  • Constructor Details

    • Stop

      public Stop(int trainId, int seq)
      Create a new stop with default values.
      Parameters:
      trainId - The parent train id.
      seq - The next stop sequence number.
      Throws:
      IllegalArgumentException - STOP_ADD_FAIL
    • Stop

      public Stop(int stopId, int trainId, int stationId, int seq, int duration, int nextSpeed, int arriveTime, int departTime, int stagingTrack, String stopNotes)
  • Method Details