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

Packages that use Route
org.onebusaway.gtfs.impl   
org.onebusaway.gtfs.model   
org.onebusaway.gtfs.serialization.mappings   
org.onebusaway.gtfs.services   
 

Uses of Route in org.onebusaway.gtfs.impl
 

Methods in org.onebusaway.gtfs.impl that return Route
 Route GtfsDaoImpl.getRouteForId(AgencyAndId id)
           
 

Methods in org.onebusaway.gtfs.impl that return types with arguments of type Route
 java.util.Collection<Route> GtfsDaoImpl.getAllRoutes()
           
 java.util.List<Route> GtfsRelationalDaoImpl.getRoutesForAgency(Agency agency)
           
 

Methods in org.onebusaway.gtfs.impl with parameters of type Route
 java.util.List<Trip> GtfsRelationalDaoImpl.getTripsForRoute(Route route)
           
 

Uses of Route in org.onebusaway.gtfs.model
 

Methods in org.onebusaway.gtfs.model that return Route
 Route Trip.getRoute()
           
 Route FareRule.getRoute()
           
 

Methods in org.onebusaway.gtfs.model with parameters of type Route
 void Trip.setRoute(Route route)
           
 void FareRule.setRoute(Route route)
           
 

Constructors in org.onebusaway.gtfs.model with parameters of type Route
Route(Route r)
           
 

Uses of Route in org.onebusaway.gtfs.serialization.mappings
 

Methods in org.onebusaway.gtfs.serialization.mappings that return Route
 Route AgencyNotFoundForRouteException.getRoute()
           
 

Constructors in org.onebusaway.gtfs.serialization.mappings with parameters of type Route
AgencyNotFoundForRouteException(java.lang.Class<?> entityType, Route route, java.lang.String agencyId)
           
 

Uses of Route in org.onebusaway.gtfs.services
 

Methods in org.onebusaway.gtfs.services that return Route
 Route GtfsDao.getRouteForId(AgencyAndId id)
           
 

Methods in org.onebusaway.gtfs.services that return types with arguments of type Route
 java.util.Collection<Route> GtfsDao.getAllRoutes()
          Route Methods
 java.util.List<Route> GtfsRelationalDao.getRoutesForAgency(Agency agency)
          Route Methods
 

Methods in org.onebusaway.gtfs.services with parameters of type Route
 java.util.List<Trip> GtfsRelationalDao.getTripsForRoute(Route route)
          Trip Methods
 



Copyright © 2011 OneBusAway. All Rights Reserved.