Uses of Class
org.onebusaway.gtfs.model.StopTime

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
 Collection<StopTime> GtfsDaoImpl.getAllStopTimes()
           
 List<StopTime> GtfsRelationalDaoImpl.getStopTimesForStop(Stop stop)
           
 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
 Collection<StopTime> GtfsDao.getAllStopTimes()
          StopTime Methods
 List<StopTime> GtfsRelationalDao.getStopTimesForStop(Stop stop)
           
 List<StopTime> GtfsRelationalDao.getStopTimesForTrip(Trip trip)
           
 



Copyright © 2011 OneBusAway. All Rights Reserved.