Uses of Class
org.onebusaway.gtfs.model.Route
-
Packages that use Route Package Description 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 Modifier and Type Method Description RouteGtfsDaoImpl. getRouteForId(AgencyAndId id)RouteGtfsDataServiceImpl. getRouteForId(AgencyAndId id)Methods in org.onebusaway.gtfs.impl that return types with arguments of type Route Modifier and Type Method Description Collection<Route>GtfsDaoImpl. getAllRoutes()Collection<Route>GtfsDataServiceImpl. getAllRoutes()List<Route>GtfsDataServiceImpl. getRoutesForAgency(Agency agency)List<Route>GtfsRelationalDaoImpl. getRoutesForAgency(Agency agency)Methods in org.onebusaway.gtfs.impl with parameters of type Route Modifier and Type Method Description List<FareRule>GtfsDataServiceImpl. getFareRulesForRoute(Route route)List<FareRule>GtfsRelationalDaoImpl. getFareRulesForRoute(Route route)List<Trip>GtfsDataServiceImpl. getTripsForRoute(Route route)List<Trip>GtfsRelationalDaoImpl. getTripsForRoute(Route route) -
Uses of Route in org.onebusaway.gtfs.model
Methods in org.onebusaway.gtfs.model that return Route Modifier and Type Method Description RouteTransfer. getFromRoute()RouteFareRule. getRoute()RouteTrip. getRoute()RouteRouteNameException. getRouteId()RouteTransfer. getToRoute()Methods in org.onebusaway.gtfs.model with parameters of type Route Modifier and Type Method Description voidTransfer. setFromRoute(Route fromRoute)voidFareRule. setRoute(Route route)voidTrip. setRoute(Route route)voidRouteNameException. setRouteId(Route routeId)voidTransfer. setToRoute(Route toRoute)Constructors in org.onebusaway.gtfs.model with parameters of type Route Constructor Description Route(Route r) -
Uses of Route in org.onebusaway.gtfs.serialization.mappings
Methods in org.onebusaway.gtfs.serialization.mappings that return Route Modifier and Type Method Description RouteAgencyNotFoundForRouteException. getRoute()Constructors in org.onebusaway.gtfs.serialization.mappings with parameters of type Route Constructor Description AgencyNotFoundForRouteException(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 Route Modifier and Type Method Description RouteGtfsDao. getRouteForId(AgencyAndId id)Methods in org.onebusaway.gtfs.services that return types with arguments of type Route Modifier and Type Method Description Collection<Route>GtfsDao. getAllRoutes()RouteMethodsList<Route>GtfsRelationalDao. getRoutesForAgency(Agency agency)Route MethodsMethods in org.onebusaway.gtfs.services with parameters of type Route Modifier and Type Method Description List<FareRule>GtfsRelationalDao. getFareRulesForRoute(Route route)List<Trip>GtfsRelationalDao. getTripsForRoute(Route route)TripMethods
-