Uses of Class
org.onebusaway.gtfs.model.StopTime
Packages that use StopTime
Package
Description
-
Uses of StopTime in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return StopTimeModifier and TypeMethodDescriptionStopTimeArray.get(int index) GtfsDaoImpl.getStopTimeForId(int id) GtfsDataServiceImpl.getStopTimeForId(int id) Methods in org.onebusaway.gtfs.impl that return types with arguments of type StopTimeModifier and TypeMethodDescriptionGtfsDaoImpl.getAllStopTimes()GtfsDataServiceImpl.getAllStopTimes()GtfsDataServiceImpl.getStopTimesForStop(Stop stop) GtfsRelationalDaoImpl.getStopTimesForStop(Stop stop) GtfsDataServiceImpl.getStopTimesForTrip(Trip trip) GtfsRelationalDaoImpl.getStopTimesForTrip(Trip trip) StopTimeArray.iterator()Methods in org.onebusaway.gtfs.impl with parameters of type StopTime -
Uses of StopTime in org.onebusaway.gtfs.model
Methods in org.onebusaway.gtfs.model with parameters of type StopTimeConstructors in org.onebusaway.gtfs.model with parameters of type StopTime -
Uses of StopTime in org.onebusaway.gtfs.serialization.comparators
Methods in org.onebusaway.gtfs.serialization.comparators with parameters of type StopTime -
Uses of StopTime in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return StopTimeMethods in org.onebusaway.gtfs.services that return types with arguments of type StopTimeModifier and TypeMethodDescriptionGtfsDao.getAllStopTimes()StopTimeMethodsGtfsRelationalDao.getStopTimesForStop(Stop stop) GtfsRelationalDao.getStopTimesForTrip(Trip trip)