Uses of Class
org.onebusaway.gtfs.model.Stop
-
Packages that use Stop Package Description 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 Modifier and Type Method Description StopGtfsDaoImpl. getStopForId(AgencyAndId id)StopGtfsDataServiceImpl. getStopForId(AgencyAndId id)Methods in org.onebusaway.gtfs.impl that return types with arguments of type Stop Modifier and Type Method Description Collection<Stop>GtfsDaoImpl. getAllStops()Collection<Stop>GtfsDataServiceImpl. getAllStops()List<Stop>GtfsDataServiceImpl. getStopsForStation(Stop station)List<Stop>GtfsRelationalDaoImpl. getStopsForStation(Stop station)List<Stop>GtfsDataServiceImpl. getStopsForZoneId(String zoneId)List<Stop>GtfsRelationalDaoImpl. getStopsForZoneId(String zoneId)Methods in org.onebusaway.gtfs.impl with parameters of type Stop Modifier and Type Method Description List<Stop>GtfsDataServiceImpl. getStopsForStation(Stop station)List<Stop>GtfsRelationalDaoImpl. getStopsForStation(Stop station)List<StopTime>GtfsDataServiceImpl. getStopTimesForStop(Stop stop)List<StopTime>GtfsRelationalDaoImpl. getStopTimesForStop(Stop stop) -
Uses of Stop in org.onebusaway.gtfs.model
Methods in org.onebusaway.gtfs.model that return Stop Modifier and Type Method Description StopPathway. getFromStop()StopTransfer. getFromStop()StopTransfer. getRequiredStop()StopPathway. getToStop()StopTransfer. getToStop()Methods in org.onebusaway.gtfs.model with parameters of type Stop Modifier and Type Method Description voidPathway. setFromStop(Stop fromStop)voidTransfer. setFromStop(Stop fromStop)voidTransfer. setRequiredStop(Stop requiredStop)voidFacility. setStop(Stop stop)voidPathway. setToStop(Stop toStop)voidTransfer. setToStop(Stop toStop)Constructors in org.onebusaway.gtfs.model with parameters of type Stop Constructor Description Stop(Stop obj) -
Uses of Stop in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return Stop Modifier and Type Method Description StopGtfsDao. getStopForId(AgencyAndId id)Methods in org.onebusaway.gtfs.services that return types with arguments of type Stop Modifier and Type Method Description Collection<Stop>GtfsDao. getAllStops()StopMethodsList<Stop>GtfsRelationalDao. getStopsForStation(Stop station)Stop MethodsList<Stop>GtfsRelationalDao. getStopsForZoneId(String zoneId)Methods in org.onebusaway.gtfs.services with parameters of type Stop Modifier and Type Method Description List<Stop>GtfsRelationalDao. getStopsForStation(Stop station)Stop MethodsList<StopTime>GtfsRelationalDao. getStopTimesForStop(Stop stop)
-