|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StopTime | |
|---|---|
| org.onebusaway.gtfs.impl | |
| org.onebusaway.gtfs.model | |
| org.onebusaway.gtfs.serialization.comparators | |
| org.onebusaway.gtfs.services | |
| Uses of StopTime in org.onebusaway.gtfs.impl |
|---|
| Methods in org.onebusaway.gtfs.impl that return StopTime | |
|---|---|
StopTime |
GtfsDaoImpl.getStopTimeForId(int id)
|
| Methods in org.onebusaway.gtfs.impl that return types with arguments of type StopTime | |
|---|---|
java.util.Collection<StopTime> |
GtfsDaoImpl.getAllStopTimes()
|
java.util.List<StopTime> |
GtfsRelationalDaoImpl.getStopTimesForStop(Stop stop)
|
java.util.List<StopTime> |
GtfsRelationalDaoImpl.getStopTimesForTrip(Trip trip)
|
| Uses of StopTime in org.onebusaway.gtfs.model |
|---|
| Methods in org.onebusaway.gtfs.model with parameters of type StopTime | |
|---|---|
int |
StopTime.compareTo(StopTime o)
|
| Constructors in org.onebusaway.gtfs.model with parameters of type StopTime | |
|---|---|
StopTime(StopTime st)
|
|
| Uses of StopTime in org.onebusaway.gtfs.serialization.comparators |
|---|
| Methods in org.onebusaway.gtfs.serialization.comparators with parameters of type StopTime | |
|---|---|
int |
StopTimeComparator.compare(StopTime o1,
StopTime o2)
|
| Uses of StopTime in org.onebusaway.gtfs.services |
|---|
| Methods in org.onebusaway.gtfs.services that return StopTime | |
|---|---|
StopTime |
GtfsDao.getStopTimeForId(int id)
|
| Methods in org.onebusaway.gtfs.services that return types with arguments of type StopTime | |
|---|---|
java.util.Collection<StopTime> |
GtfsDao.getAllStopTimes()
StopTime Methods |
java.util.List<StopTime> |
GtfsRelationalDao.getStopTimesForStop(Stop stop)
|
java.util.List<StopTime> |
GtfsRelationalDao.getStopTimesForTrip(Trip trip)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||