Uses of Class
org.onebusaway.gtfs.model.Vehicle
-
Packages that use Vehicle Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.services -
-
Uses of Vehicle in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return Vehicle Modifier and Type Method Description VehicleGtfsDaoImpl. getVehicleForId(AgencyAndId id)VehicleGtfsDataServiceImpl. getVehicleForId(AgencyAndId id)Methods in org.onebusaway.gtfs.impl that return types with arguments of type Vehicle Modifier and Type Method Description Collection<Vehicle>GtfsDaoImpl. getAllVehicles()Collection<Vehicle>GtfsDataServiceImpl. getAllVehicles() -
Uses of Vehicle in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return Vehicle Modifier and Type Method Description VehicleGtfsDao. getVehicleForId(AgencyAndId id)VehicleMethodsMethods in org.onebusaway.gtfs.services that return types with arguments of type Vehicle Modifier and Type Method Description Collection<Vehicle>GtfsDao. getAllVehicles()VehicleMethods
-