Uses of Class
org.onebusaway.gtfs.model.StopTime
-
Packages that use StopTime Package Description 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 Modifier and Type Method Description StopTimeStopTimeArray. get(int index)StopTimeGtfsDaoImpl. getStopTimeForId(int id)StopTimeGtfsDataServiceImpl. getStopTimeForId(int id)Methods in org.onebusaway.gtfs.impl that return types with arguments of type StopTime Modifier and Type Method Description Collection<StopTime>GtfsDaoImpl. getAllStopTimes()Collection<StopTime>GtfsDataServiceImpl. getAllStopTimes()List<StopTime>GtfsDataServiceImpl. getStopTimesForStop(Stop stop)List<StopTime>GtfsRelationalDaoImpl. getStopTimesForStop(Stop stop)List<StopTime>GtfsDataServiceImpl. getStopTimesForTrip(Trip trip)List<StopTime>GtfsRelationalDaoImpl. getStopTimesForTrip(Trip trip)Iterator<StopTime>StopTimeArray. iterator()Methods in org.onebusaway.gtfs.impl with parameters of type StopTime Modifier and Type Method Description booleanStopTimeArray. add(StopTime stopTime)CollectionInterface -
Uses of StopTime in org.onebusaway.gtfs.model
Methods in org.onebusaway.gtfs.model with parameters of type StopTime Modifier and Type Method Description intStopTime. compareTo(StopTime o)Constructors in org.onebusaway.gtfs.model with parameters of type StopTime Constructor Description StopTime(StopTime st) -
Uses of StopTime in org.onebusaway.gtfs.serialization.comparators
Methods in org.onebusaway.gtfs.serialization.comparators with parameters of type StopTime Modifier and Type Method Description intStopTimeComparator. compare(StopTime o1, StopTime o2) -
Uses of StopTime in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return StopTime Modifier and Type Method Description StopTimeGtfsDao. getStopTimeForId(int id)Methods in org.onebusaway.gtfs.services that return types with arguments of type StopTime Modifier and Type Method Description Collection<StopTime>GtfsDao. getAllStopTimes()StopTimeMethodsList<StopTime>GtfsRelationalDao. getStopTimesForStop(Stop stop)List<StopTime>GtfsRelationalDao. getStopTimesForTrip(Trip trip)
-