Uses of Class
org.onebusaway.gtfs.model.Trip

Packages that use Trip
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
 Trip GtfsDaoImpl.getTripForId(AgencyAndId id)
           
 

Methods in org.onebusaway.gtfs.impl that return types with arguments of type Trip
 Collection<Trip> GtfsDaoImpl.getAllTrips()
           
 List<Trip> GtfsRelationalDaoImpl.getTripsForBlockId(AgencyAndId blockId)
           
 List<Trip> GtfsRelationalDaoImpl.getTripsForRoute(Route route)
           
 

Methods in org.onebusaway.gtfs.impl with parameters of type Trip
 List<Frequency> GtfsRelationalDaoImpl.getFrequenciesForTrip(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
 Trip StopTime.getTrip()
           
 Trip Frequency.getTrip()
           
 

Methods in org.onebusaway.gtfs.model with parameters of type Trip
 void StopTime.setTrip(Trip trip)
           
 void Frequency.setTrip(Trip trip)
           
 

Constructors in org.onebusaway.gtfs.model with parameters of type Trip
Trip(Trip obj)
           
 

Uses of Trip in org.onebusaway.gtfs.services
 

Methods in org.onebusaway.gtfs.services that return Trip
 Trip GtfsDao.getTripForId(AgencyAndId id)
           
 

Methods in org.onebusaway.gtfs.services that return types with arguments of type Trip
 Collection<Trip> GtfsDao.getAllTrips()
          Trip Methods
 List<Trip> GtfsRelationalDao.getTripsForBlockId(AgencyAndId blockId)
           
 List<Trip> GtfsRelationalDao.getTripsForRoute(Route route)
          Trip Methods
 

Methods in org.onebusaway.gtfs.services with parameters of type Trip
 List<Frequency> GtfsRelationalDao.getFrequenciesForTrip(Trip trip)
          Frequency Methods
 List<StopTime> GtfsRelationalDao.getStopTimesForTrip(Trip trip)
           
 



Copyright © 2011 OneBusAway. All Rights Reserved.