Uses of Class
org.onebusaway.gtfs.model.Stop
Packages that use Stop
-
Uses of Stop in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return StopModifier and TypeMethodDescriptionGtfsDaoImpl.getStopForId(AgencyAndId id) GtfsDataServiceImpl.getStopForId(AgencyAndId id) Methods in org.onebusaway.gtfs.impl that return types with arguments of type StopModifier and TypeMethodDescriptionGtfsDaoImpl.getAllStops()GtfsDataServiceImpl.getAllStops()GtfsDataServiceImpl.getStopsForStation(Stop station) GtfsRelationalDaoImpl.getStopsForStation(Stop station) GtfsDataServiceImpl.getStopsForZoneId(String zoneId) GtfsRelationalDaoImpl.getStopsForZoneId(String zoneId) Methods in org.onebusaway.gtfs.impl with parameters of type StopModifier and TypeMethodDescriptionGtfsDataServiceImpl.getStopsForStation(Stop station) GtfsRelationalDaoImpl.getStopsForStation(Stop station) GtfsDataServiceImpl.getStopTimesForStop(Stop stop) GtfsRelationalDaoImpl.getStopTimesForStop(Stop stop) -
Uses of Stop in org.onebusaway.gtfs.model
Methods in org.onebusaway.gtfs.model that return StopModifier and TypeMethodDescriptionPathway.getFromStop()Transfer.getFromStop()Transfer.getRequiredStop()Pathway.getToStop()Transfer.getToStop()Methods in org.onebusaway.gtfs.model with parameters of type StopModifier and TypeMethodDescriptionvoidPathway.setFromStop(Stop fromStop) voidTransfer.setFromStop(Stop fromStop) voidTransfer.setRequiredStop(Stop requiredStop) voidvoidvoidConstructors in org.onebusaway.gtfs.model with parameters of type Stop -
Uses of Stop in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return StopMethods in org.onebusaway.gtfs.services that return types with arguments of type StopModifier and TypeMethodDescriptionGtfsDao.getAllStops()StopMethodsGtfsRelationalDao.getStopsForStation(Stop station) Stop MethodsGtfsRelationalDao.getStopsForZoneId(String zoneId) Methods in org.onebusaway.gtfs.services with parameters of type StopModifier and TypeMethodDescriptionGtfsRelationalDao.getStopsForStation(Stop station) Stop MethodsGtfsRelationalDao.getStopTimesForStop(Stop stop)