Uses of Class
org.onebusaway.gtfs.model.Pathway
-
Packages that use Pathway Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.services -
-
Uses of Pathway in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return Pathway Modifier and Type Method Description PathwayGtfsDaoImpl. getPathwayForId(AgencyAndId id)PathwayGtfsDataServiceImpl. getPathwayForId(AgencyAndId id)Methods in org.onebusaway.gtfs.impl that return types with arguments of type Pathway Modifier and Type Method Description Collection<Pathway>GtfsDaoImpl. getAllPathways()Collection<Pathway>GtfsDataServiceImpl. getAllPathways() -
Uses of Pathway in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return Pathway Modifier and Type Method Description PathwayGtfsDao. getPathwayForId(AgencyAndId id)Methods in org.onebusaway.gtfs.services that return types with arguments of type Pathway Modifier and Type Method Description Collection<Pathway>GtfsDao. getAllPathways()PathwayMethods
-