| Package | Description |
|---|---|
| org.onebusaway.gtfs.impl | |
| org.onebusaway.gtfs.model | |
| org.onebusaway.gtfs.serialization | |
| org.onebusaway.gtfs.services |
| Modifier and Type | Method and Description |
|---|---|
Agency |
GtfsDaoImpl.getAgencyForId(String id)
GtfsDao Interface |
| Modifier and Type | Method and Description |
|---|---|
Collection<Agency> |
GtfsDaoImpl.getAllAgencies() |
| Modifier and Type | Method and Description |
|---|---|
List<Route> |
GtfsRelationalDaoImpl.getRoutesForAgency(Agency agency) |
| Modifier and Type | Method and Description |
|---|---|
Agency |
Route.getAgency() |
| Modifier and Type | Method and Description |
|---|---|
void |
Route.setAgency(Agency agency) |
| Constructor and Description |
|---|
Agency(Agency a) |
| Modifier and Type | Method and Description |
|---|---|
List<Agency> |
GtfsReaderContext.getAgencies() |
List<Agency> |
GtfsReader.getAgencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
GtfsReader.setAgencies(List<Agency> agencies) |
| Modifier and Type | Method and Description |
|---|---|
Agency |
GtfsDao.getAgencyForId(String id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Agency> |
GtfsDao.getAllAgencies()
Agency Methods
|
| Modifier and Type | Method and Description |
|---|---|
List<Route> |
GtfsRelationalDao.getRoutesForAgency(Agency agency)
Route Methods
|
Copyright © 2013 OneBusAway. All Rights Reserved.