Module OneMTA

Interface Reference.Trip<T extends TransitTrip<?,?,?,?>>

Type Parameters:
T - transit trip type
All Known Implementing Classes:
Bus.TripStop, Bus.Vehicle, LIRR.TripStop, LIRR.Vehicle, MNR.TripStop, MNR.Vehicle, Subway.TripStop, Subway.Vehicle, TransitTripStop, TransitVehicle
Enclosing class:
Reference

public static interface Reference.Trip<T extends TransitTrip<?,?,?,?>>
Indicates that there is a trip reference.
Since:
2.0.0
Version:
2.0.0
Author:
Katsute
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the trip.
  • Method Details

    • getTrip

      T getTrip()
      Returns the trip.
      Returns:
      trip
      Since:
      1.0.0