Uses of Class
org.onebusaway.gtfs.model.Ridership
-
Packages that use Ridership Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.services -
-
Uses of Ridership in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return types with arguments of type Ridership Modifier and Type Method Description Collection<Ridership>GtfsDaoImpl. getAllRiderships()Collection<Ridership>GtfsDataServiceImpl. getAllRiderships()List<Ridership>GtfsDataServiceImpl. getRidershipForTrip(AgencyAndId tripId)List<Ridership>GtfsRelationalDaoImpl. getRidershipForTrip(AgencyAndId tripId) -
Uses of Ridership in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return types with arguments of type Ridership Modifier and Type Method Description Collection<Ridership>GtfsDao. getAllRiderships()List<Ridership>GtfsRelationalDao. getRidershipForTrip(AgencyAndId tripId)
-