| Package | Description |
|---|---|
| org.onebusaway.gtfs.impl | |
| org.onebusaway.gtfs.model | |
| org.onebusaway.gtfs.serialization.comparators | |
| org.onebusaway.gtfs.services |
| Modifier and Type | Method and Description |
|---|---|
StopTime |
StopTimeArray.get(int index) |
StopTime |
GtfsDaoImpl.getStopTimeForId(int id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<StopTime> |
GtfsDaoImpl.getAllStopTimes() |
List<StopTime> |
GtfsRelationalDaoImpl.getStopTimesForStop(Stop stop) |
List<StopTime> |
GtfsRelationalDaoImpl.getStopTimesForTrip(Trip trip) |
Iterator<StopTime> |
StopTimeArray.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StopTimeArray.add(StopTime stopTime)
Collection Interface |
| Modifier and Type | Method and Description |
|---|---|
int |
StopTime.compareTo(StopTime o) |
| Constructor and Description |
|---|
StopTime(StopTime st) |
| Modifier and Type | Method and Description |
|---|---|
int |
StopTimeComparator.compare(StopTime o1,
StopTime o2) |
| Modifier and Type | Method and Description |
|---|---|
StopTime |
GtfsDao.getStopTimeForId(int id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<StopTime> |
GtfsDao.getAllStopTimes()
StopTime Methods |
List<StopTime> |
GtfsRelationalDao.getStopTimesForStop(Stop stop) |
List<StopTime> |
GtfsRelationalDao.getStopTimesForTrip(Trip trip) |
Copyright © 2015 OneBusAway. All Rights Reserved.