Uses of Class
org.onebusaway.gtfs.model.Frequency
-
Packages that use Frequency Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.model org.onebusaway.gtfs.services -
-
Uses of Frequency in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return Frequency Modifier and Type Method Description FrequencyGtfsDaoImpl. getFrequencyForId(int id)FrequencyGtfsDataServiceImpl. getFrequencyForId(int id)Methods in org.onebusaway.gtfs.impl that return types with arguments of type Frequency Modifier and Type Method Description Collection<Frequency>GtfsDaoImpl. getAllFrequencies()Collection<Frequency>GtfsDataServiceImpl. getAllFrequencies()List<Frequency>GtfsDataServiceImpl. getFrequenciesForTrip(Trip trip)List<Frequency>GtfsRelationalDaoImpl. getFrequenciesForTrip(Trip trip) -
Uses of Frequency in org.onebusaway.gtfs.model
Constructors in org.onebusaway.gtfs.model with parameters of type Frequency Constructor Description Frequency(Frequency f) -
Uses of Frequency in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return Frequency Modifier and Type Method Description FrequencyGtfsDao. getFrequencyForId(int id)Methods in org.onebusaway.gtfs.services that return types with arguments of type Frequency Modifier and Type Method Description Collection<Frequency>GtfsDao. getAllFrequencies()FrequencyMethodsList<Frequency>GtfsRelationalDao. getFrequenciesForTrip(Trip trip)FrequencyMethods
-