Uses of Class
com.nnamo.models.TripModel
Packages that use TripModel
-
Uses of TripModel in com.nnamo.models
Methods in com.nnamo.models that return TripModelModifier and TypeMethodDescriptionStopTimeModel.getTrip()
Gets the trip associated with this stop time.Constructors in com.nnamo.models with parameters of type TripModelModifierConstructorDescriptionStopTimeModel
(TripModel trip, StopModel stop, int arrival_time, int departure_time) Constructs a StopTimeModel with the specified trip, stop, arrival time, and departure time. -
Uses of TripModel in com.nnamo.services
Methods in com.nnamo.services that return TripModelModifier and TypeMethodDescriptionDatabaseService.getDirectionTrip
(String routeId, Direction direction) Get a trip for a specific route and directionMethods in com.nnamo.services with parameters of type TripModelModifier and TypeMethodDescriptionDatabaseService.getTripServices
(TripModel trip) Get services of a specific trip by model