Uses of Class
org.onebusaway.gtfs.model.Trip
Packages that use Trip
-
Uses of Trip in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return TripModifier and TypeMethodDescriptionGtfsDaoImpl.getTripForId(AgencyAndId id) GtfsDataServiceImpl.getTripForId(AgencyAndId id) Methods in org.onebusaway.gtfs.impl that return types with arguments of type TripModifier and TypeMethodDescriptionGtfsDaoImpl.getAllTrips()GtfsDataServiceImpl.getAllTrips()GtfsDataServiceImpl.getTripsForBlockId(AgencyAndId blockId) GtfsRelationalDaoImpl.getTripsForBlockId(AgencyAndId blockId) GtfsDataServiceImpl.getTripsForRoute(Route route) GtfsRelationalDaoImpl.getTripsForRoute(Route route) GtfsDataServiceImpl.getTripsForServiceId(AgencyAndId serviceId) GtfsRelationalDaoImpl.getTripsForServiceId(AgencyAndId serviceId) GtfsDataServiceImpl.getTripsForShapeId(AgencyAndId shapeId) GtfsRelationalDaoImpl.getTripsForShapeId(AgencyAndId shapeId) Methods in org.onebusaway.gtfs.impl with parameters of type TripModifier and TypeMethodDescriptionGtfsDataServiceImpl.getFrequenciesForTrip(Trip trip) GtfsRelationalDaoImpl.getFrequenciesForTrip(Trip trip) GtfsDataServiceImpl.getStopTimesForTrip(Trip trip) GtfsRelationalDaoImpl.getStopTimesForTrip(Trip trip) -
Uses of Trip in org.onebusaway.gtfs.model
Methods in org.onebusaway.gtfs.model that return TripModifier and TypeMethodDescriptionTransfer.getFromTrip()Transfer.getToTrip()Frequency.getTrip()StopTime.getTrip()StopTimeProxy.getTrip()Methods in org.onebusaway.gtfs.model with parameters of type TripConstructors in org.onebusaway.gtfs.model with parameters of type Trip -
Uses of Trip in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return TripMethods in org.onebusaway.gtfs.services that return types with arguments of type TripModifier and TypeMethodDescriptionGtfsDao.getAllTrips()TripMethodsGtfsRelationalDao.getTripsForBlockId(AgencyAndId blockId) GtfsRelationalDao.getTripsForRoute(Route route) TripMethodsGtfsRelationalDao.getTripsForServiceId(AgencyAndId serviceId) GtfsRelationalDao.getTripsForShapeId(AgencyAndId shapeId) Methods in org.onebusaway.gtfs.services with parameters of type TripModifier and TypeMethodDescriptionGtfsRelationalDao.getFrequenciesForTrip(Trip trip) FrequencyMethodsGtfsRelationalDao.getStopTimesForTrip(Trip trip)