Module OneMTA

Class LIRR.Stop

All Implemented Interfaces:
Alerts<LIRR.Alert>, Location, Reference.Vehicle<LIRR.Vehicle>, Updatable
Enclosing class:
LIRR

public abstract static class LIRR.Stop extends TransitStop<Integer,LIRR.Vehicle,LIRR.Alert>
Represents a Long Island Railroad (LIRR) stop.
Since:
1.0.0
Version:
2.0.0
Author:
Katsute
  • Constructor Details

    • Stop

      public Stop()
  • Method Details

    • getStopCode

      public abstract String getStopCode()
      Returns the stop code for the station.
      Returns:
      stop code
      Since:
      1.0.0
    • hasWheelchairBoarding

      public abstract Boolean hasWheelchairBoarding()
      Returns if the stop is wheelchair accessible.
      Returns:
      wheelchair accessible
      Since:
      1.0.0