Uses of Class
org.onebusaway.gtfs.model.ServiceCalendar
-
Packages that use ServiceCalendar Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.model org.onebusaway.gtfs.serialization.comparators org.onebusaway.gtfs.services -
-
Uses of ServiceCalendar in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return ServiceCalendar Modifier and Type Method Description ServiceCalendarGtfsDaoImpl. getCalendarForId(int id)ServiceCalendarGtfsDataServiceImpl. getCalendarForId(int id)ServiceCalendarGtfsDataServiceImpl. getCalendarForServiceId(AgencyAndId serviceId)ServiceCalendarGtfsRelationalDaoImpl. getCalendarForServiceId(AgencyAndId serviceId)Methods in org.onebusaway.gtfs.impl that return types with arguments of type ServiceCalendar Modifier and Type Method Description Collection<ServiceCalendar>GtfsDaoImpl. getAllCalendars()Collection<ServiceCalendar>GtfsDataServiceImpl. getAllCalendars() -
Uses of ServiceCalendar in org.onebusaway.gtfs.model
Constructors in org.onebusaway.gtfs.model with parameters of type ServiceCalendar Constructor Description ServiceCalendar(ServiceCalendar sc) -
Uses of ServiceCalendar in org.onebusaway.gtfs.serialization.comparators
Methods in org.onebusaway.gtfs.serialization.comparators with parameters of type ServiceCalendar Modifier and Type Method Description intServiceCalendarComparator. compare(ServiceCalendar o1, ServiceCalendar o2) -
Uses of ServiceCalendar in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return ServiceCalendar Modifier and Type Method Description ServiceCalendarGtfsDao. getCalendarForId(int id)ServiceCalendarGtfsRelationalDao. getCalendarForServiceId(AgencyAndId serviceId)Methods in org.onebusaway.gtfs.services that return types with arguments of type ServiceCalendar Modifier and Type Method Description Collection<ServiceCalendar>GtfsDao. getAllCalendars()ServiceCalendarMethods
-