Uses of Class
org.onebusaway.gtfs.model.Trip
-
Packages that use Trip Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.model org.onebusaway.gtfs.services -
-
Uses of Trip in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return Trip Modifier and Type Method Description TripGtfsDaoImpl. getTripForId(AgencyAndId id)TripGtfsDataServiceImpl. getTripForId(AgencyAndId id)Methods in org.onebusaway.gtfs.impl that return types with arguments of type Trip Modifier and Type Method Description Collection<Trip>GtfsDaoImpl. getAllTrips()Collection<Trip>GtfsDataServiceImpl. getAllTrips()List<Trip>GtfsDataServiceImpl. getTripsForBlockId(AgencyAndId blockId)List<Trip>GtfsRelationalDaoImpl. getTripsForBlockId(AgencyAndId blockId)List<Trip>GtfsDataServiceImpl. getTripsForRoute(Route route)List<Trip>GtfsRelationalDaoImpl. getTripsForRoute(Route route)List<Trip>GtfsDataServiceImpl. getTripsForServiceId(AgencyAndId serviceId)List<Trip>GtfsRelationalDaoImpl. getTripsForServiceId(AgencyAndId serviceId)List<Trip>GtfsDataServiceImpl. getTripsForShapeId(AgencyAndId shapeId)List<Trip>GtfsRelationalDaoImpl. getTripsForShapeId(AgencyAndId shapeId)Methods in org.onebusaway.gtfs.impl with parameters of type Trip Modifier and Type Method Description List<Frequency>GtfsDataServiceImpl. getFrequenciesForTrip(Trip trip)List<Frequency>GtfsRelationalDaoImpl. getFrequenciesForTrip(Trip trip)List<StopTime>GtfsDataServiceImpl. getStopTimesForTrip(Trip trip)List<StopTime>GtfsRelationalDaoImpl. getStopTimesForTrip(Trip trip) -
Uses of Trip in org.onebusaway.gtfs.model
Methods in org.onebusaway.gtfs.model that return Trip Modifier and Type Method Description TripTransfer. getFromTrip()TripTransfer. getToTrip()TripFrequency. getTrip()TripStopTime. getTrip()TripStopTimeProxy. getTrip()Methods in org.onebusaway.gtfs.model with parameters of type Trip Modifier and Type Method Description voidTransfer. setFromTrip(Trip fromTrip)voidTransfer. setToTrip(Trip toTrip)voidFrequency. setTrip(Trip trip)voidStopTime. setTrip(Trip trip)voidStopTimeProxy. setTrip(Trip trip)Constructors in org.onebusaway.gtfs.model with parameters of type Trip Constructor Description Trip(Trip obj) -
Uses of Trip in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return Trip Modifier and Type Method Description TripGtfsDao. getTripForId(AgencyAndId id)Methods in org.onebusaway.gtfs.services that return types with arguments of type Trip Modifier and Type Method Description Collection<Trip>GtfsDao. getAllTrips()TripMethodsList<Trip>GtfsRelationalDao. getTripsForBlockId(AgencyAndId blockId)List<Trip>GtfsRelationalDao. getTripsForRoute(Route route)TripMethodsList<Trip>GtfsRelationalDao. getTripsForServiceId(AgencyAndId serviceId)List<Trip>GtfsRelationalDao. getTripsForShapeId(AgencyAndId shapeId)Methods in org.onebusaway.gtfs.services with parameters of type Trip Modifier and Type Method Description List<Frequency>GtfsRelationalDao. getFrequenciesForTrip(Trip trip)FrequencyMethodsList<StopTime>GtfsRelationalDao. getStopTimesForTrip(Trip trip)
-