Module OneMTA

Class MNR.Stop

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

public abstract static class MNR.Stop extends TransitStop<Integer,MNR.Vehicle,MNR.Alert>
Represents a Metro North Railroad (MNR) 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