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

Packages that use Stop
org.onebusaway.gtfs.impl   
org.onebusaway.gtfs.model   
org.onebusaway.gtfs.services   
 

Uses of Stop in org.onebusaway.gtfs.impl
 

Methods in org.onebusaway.gtfs.impl that return Stop
 Stop GtfsDaoImpl.getStopForId(AgencyAndId id)
           
 

Methods in org.onebusaway.gtfs.impl that return types with arguments of type Stop
 Collection<Stop> GtfsDaoImpl.getAllStops()
           
 

Methods in org.onebusaway.gtfs.impl with parameters of type Stop
 List<StopTime> GtfsRelationalDaoImpl.getStopTimesForStop(Stop stop)
           
 

Uses of Stop in org.onebusaway.gtfs.model
 

Methods in org.onebusaway.gtfs.model that return Stop
 Stop Transfer.getFromStop()
           
 Stop Pathway.getFromStop()
           
 Stop StopTime.getStop()
           
 Stop Transfer.getToStop()
           
 Stop Pathway.getToStop()
           
 

Methods in org.onebusaway.gtfs.model with parameters of type Stop
 void Transfer.setFromStop(Stop fromStop)
           
 void Pathway.setFromStop(Stop fromStop)
           
 void StopTime.setStop(Stop stop)
           
 void Transfer.setToStop(Stop toStop)
           
 void Pathway.setToStop(Stop toStop)
           
 

Constructors in org.onebusaway.gtfs.model with parameters of type Stop
Stop(Stop obj)
           
 

Uses of Stop in org.onebusaway.gtfs.services
 

Methods in org.onebusaway.gtfs.services that return Stop
 Stop GtfsDao.getStopForId(AgencyAndId id)
           
 

Methods in org.onebusaway.gtfs.services that return types with arguments of type Stop
 Collection<Stop> GtfsDao.getAllStops()
          Stop Methods
 

Methods in org.onebusaway.gtfs.services with parameters of type Stop
 List<StopTime> GtfsRelationalDao.getStopTimesForStop(Stop stop)
           
 



Copyright © 2011 OneBusAway. All Rights Reserved.