Module OneMTA

Class LIRR.TripStop

All Implemented Interfaces:
Reference.Stop<LIRR.Stop>, Reference.Trip<LIRR.Trip>
Enclosing class:
LIRR

public abstract static class LIRR.TripStop extends TransitTripStop<Integer,LIRR.Stop,LIRR.Trip>
Represents a Long Island Railroad (LIRR) vehicle trip stop.
Since:
1.0.0
Version:
2.0.0
Author:
Katsute
See Also:
  • Constructor Details

    • TripStop

      public TripStop()
  • Method Details

    • getStopSequence

      public abstract Integer getStopSequence()
      Returns the stop sequence.
      Returns:
      stop sequence
      Since:
      2.0.0
    • getDelay

      public abstract Integer getDelay()
      Returns the delay in seconds.
      Returns:
      delay
      Since:
      1.0.0
    • getScheduleRelationship

      public abstract String getScheduleRelationship()
      Returns the schedule relationship.
      Returns:
      schedule relationship
      Since:
      2.0.0
    • getTrack

      public abstract String getTrack()
      Returns the track.
      Returns:
      track
      Since:
      1.0.0
    • getStatus

      public abstract String getStatus()
      Returns the train status.
      Returns:
      train status
      Since:
      1.0.0