| Package | Description |
|---|---|
| org.onebusaway.gtfs.impl | |
| org.onebusaway.gtfs.model | |
| org.onebusaway.gtfs.services |
| Modifier and Type | Method and Description |
|---|---|
Stop |
GtfsDaoImpl.getStopForId(AgencyAndId id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Stop> |
GtfsDaoImpl.getAllStops() |
List<Stop> |
GtfsRelationalDaoImpl.getStopsForStation(Stop station) |
| Modifier and Type | Method and Description |
|---|---|
List<Stop> |
GtfsRelationalDaoImpl.getStopsForStation(Stop station) |
List<StopTime> |
GtfsRelationalDaoImpl.getStopTimesForStop(Stop stop) |
| Modifier and Type | Method and Description |
|---|---|
Stop |
Pathway.getFromStop() |
Stop |
Transfer.getFromStop() |
Stop |
StopTime.getStop() |
Stop |
StopTimeProxy.getStop() |
Stop |
Pathway.getToStop() |
Stop |
Transfer.getToStop() |
| Modifier and Type | Method and Description |
|---|---|
void |
Pathway.setFromStop(Stop fromStop) |
void |
Transfer.setFromStop(Stop fromStop) |
void |
StopTime.setStop(Stop stop) |
void |
StopTimeProxy.setStop(Stop stop) |
void |
Pathway.setToStop(Stop toStop) |
void |
Transfer.setToStop(Stop toStop) |
| Constructor and Description |
|---|
Stop(Stop obj) |
| Modifier and Type | Method and Description |
|---|---|
Stop |
GtfsDao.getStopForId(AgencyAndId id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Stop> |
GtfsDao.getAllStops()
Stop Methods |
List<Stop> |
GtfsRelationalDao.getStopsForStation(Stop station)
Stop Methods
|
| Modifier and Type | Method and Description |
|---|---|
List<Stop> |
GtfsRelationalDao.getStopsForStation(Stop station)
Stop Methods
|
List<StopTime> |
GtfsRelationalDao.getStopTimesForStop(Stop stop) |
Copyright © 2015 OneBusAway. All Rights Reserved.