Uses of Class
org.onebusaway.gtfs.model.Route
Packages that use Route
Package
Description
-
Uses of Route in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return RouteModifier and TypeMethodDescriptionGtfsDaoImpl.getRouteForId(AgencyAndId id) GtfsDataServiceImpl.getRouteForId(AgencyAndId id) Methods in org.onebusaway.gtfs.impl that return types with arguments of type RouteModifier and TypeMethodDescriptionGtfsDaoImpl.getAllRoutes()GtfsDataServiceImpl.getAllRoutes()GtfsDataServiceImpl.getRoutesForAgency(Agency agency) GtfsRelationalDaoImpl.getRoutesForAgency(Agency agency) Methods in org.onebusaway.gtfs.impl with parameters of type RouteModifier and TypeMethodDescriptionGtfsDataServiceImpl.getFareRulesForRoute(Route route) GtfsRelationalDaoImpl.getFareRulesForRoute(Route route) GtfsDataServiceImpl.getTripsForRoute(Route route) GtfsRelationalDaoImpl.getTripsForRoute(Route route) -
Uses of Route in org.onebusaway.gtfs.model
Methods in org.onebusaway.gtfs.model that return RouteModifier and TypeMethodDescriptionTransfer.getFromRoute()FareRule.getRoute()Trip.getRoute()RouteNameException.getRouteId()Transfer.getToRoute()Methods in org.onebusaway.gtfs.model with parameters of type RouteModifier and TypeMethodDescriptionvoidTransfer.setFromRoute(Route fromRoute) voidvoidvoidRouteNameException.setRouteId(Route routeId) voidTransfer.setToRoute(Route toRoute) Constructors in org.onebusaway.gtfs.model with parameters of type Route -
Uses of Route in org.onebusaway.gtfs.serialization.mappings
Methods in org.onebusaway.gtfs.serialization.mappings that return RouteConstructors in org.onebusaway.gtfs.serialization.mappings with parameters of type RouteModifierConstructorDescriptionAgencyNotFoundForRouteException(Class<?> entityType, Route route) AgencyNotFoundForRouteException(Class<?> entityType, Route route, String agencyId) -
Uses of Route in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return RouteMethods in org.onebusaway.gtfs.services that return types with arguments of type RouteModifier and TypeMethodDescriptionGtfsDao.getAllRoutes()RouteMethodsGtfsRelationalDao.getRoutesForAgency(Agency agency) Route MethodsMethods in org.onebusaway.gtfs.services with parameters of type RouteModifier and TypeMethodDescriptionGtfsRelationalDao.getFareRulesForRoute(Route route) GtfsRelationalDao.getTripsForRoute(Route route) TripMethods