|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Agency | |
|---|---|
| org.onebusaway.gtfs.impl | |
| org.onebusaway.gtfs.model | |
| org.onebusaway.gtfs.serialization | |
| org.onebusaway.gtfs.services | |
| Uses of Agency in org.onebusaway.gtfs.impl |
|---|
| Methods in org.onebusaway.gtfs.impl that return Agency | |
|---|---|
Agency |
GtfsDaoImpl.getAgencyForId(java.lang.String id)
GtfsDao Interface |
| Methods in org.onebusaway.gtfs.impl that return types with arguments of type Agency | |
|---|---|
java.util.Collection<Agency> |
GtfsDaoImpl.getAllAgencies()
|
| Methods in org.onebusaway.gtfs.impl with parameters of type Agency | |
|---|---|
java.util.List<Route> |
GtfsRelationalDaoImpl.getRoutesForAgency(Agency agency)
|
| Uses of Agency in org.onebusaway.gtfs.model |
|---|
| Methods in org.onebusaway.gtfs.model that return Agency | |
|---|---|
Agency |
Route.getAgency()
|
| Methods in org.onebusaway.gtfs.model with parameters of type Agency | |
|---|---|
void |
Route.setAgency(Agency agency)
|
| Constructors in org.onebusaway.gtfs.model with parameters of type Agency | |
|---|---|
Agency(Agency a)
|
|
| Uses of Agency in org.onebusaway.gtfs.serialization |
|---|
| Methods in org.onebusaway.gtfs.serialization that return types with arguments of type Agency | |
|---|---|
java.util.List<Agency> |
GtfsReaderContext.getAgencies()
|
java.util.List<Agency> |
GtfsReader.getAgencies()
|
| Method parameters in org.onebusaway.gtfs.serialization with type arguments of type Agency | |
|---|---|
void |
GtfsReader.setAgencies(java.util.List<Agency> agencies)
|
| Uses of Agency in org.onebusaway.gtfs.services |
|---|
| Methods in org.onebusaway.gtfs.services that return Agency | |
|---|---|
Agency |
GtfsDao.getAgencyForId(java.lang.String id)
|
| Methods in org.onebusaway.gtfs.services that return types with arguments of type Agency | |
|---|---|
java.util.Collection<Agency> |
GtfsDao.getAllAgencies()
Agency Methods |
| Methods in org.onebusaway.gtfs.services with parameters of type Agency | |
|---|---|
java.util.List<Route> |
GtfsRelationalDao.getRoutesForAgency(Agency agency)
Route Methods |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||