| Package | Description |
|---|---|
| org.onebusaway.gtfs.impl | |
| org.onebusaway.gtfs.model | |
| org.onebusaway.gtfs.serialization.mappings | |
| org.onebusaway.gtfs.services |
| Modifier and Type | Method and Description |
|---|---|
Route |
GtfsDaoImpl.getRouteForId(AgencyAndId id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Route> |
GtfsDaoImpl.getAllRoutes() |
List<Route> |
GtfsRelationalDaoImpl.getRoutesForAgency(Agency agency) |
| Modifier and Type | Method and Description |
|---|---|
List<Trip> |
GtfsRelationalDaoImpl.getTripsForRoute(Route route) |
| Modifier and Type | Method and Description |
|---|---|
Route |
Transfer.getFromRoute() |
Route |
Trip.getRoute() |
Route |
FareRule.getRoute() |
Route |
Transfer.getToRoute() |
| Modifier and Type | Method and Description |
|---|---|
void |
Transfer.setFromRoute(Route fromRoute) |
void |
Trip.setRoute(Route route) |
void |
FareRule.setRoute(Route route) |
void |
Transfer.setToRoute(Route toRoute) |
| Constructor and Description |
|---|
Route(Route r) |
| Modifier and Type | Method and Description |
|---|---|
Route |
AgencyNotFoundForRouteException.getRoute() |
| Constructor and Description |
|---|
AgencyNotFoundForRouteException(Class<?> entityType,
Route route) |
AgencyNotFoundForRouteException(Class<?> entityType,
Route route,
String agencyId) |
| Modifier and Type | Method and Description |
|---|---|
Route |
GtfsDao.getRouteForId(AgencyAndId id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Route> |
GtfsDao.getAllRoutes()
Route Methods |
List<Route> |
GtfsRelationalDao.getRoutesForAgency(Agency agency)
Route Methods
|
| Modifier and Type | Method and Description |
|---|---|
List<Trip> |
GtfsRelationalDao.getTripsForRoute(Route route)
Trip Methods |
Copyright © 2013 OneBusAway. All Rights Reserved.