Uses of Class
org.onebusaway.gtfs.model.calendar.AgencyServiceInterval
-
Packages that use AgencyServiceInterval Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.impl.calendar org.onebusaway.gtfs.services.calendar -
-
Uses of AgencyServiceInterval in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl with parameters of type AgencyServiceInterval Modifier and Type Method Description booleanGtfsDataServiceImpl. isLocalizedServiceIdActiveInRange(LocalizedServiceId serviceId, ServiceInterval scheduledService, AgencyServiceInterval serviceInterval) -
Uses of AgencyServiceInterval in org.onebusaway.gtfs.impl.calendar
Methods in org.onebusaway.gtfs.impl.calendar with parameters of type AgencyServiceInterval Modifier and Type Method Description booleanCalendarServiceImpl. isLocalizedServiceIdActiveInRange(LocalizedServiceId localizedServiceId, ServiceInterval activeService, AgencyServiceInterval agencyServiceInterval)test if the given calendar servieId is active in the union of the activeService window and the agencyServiceInterval. -
Uses of AgencyServiceInterval in org.onebusaway.gtfs.services.calendar
Methods in org.onebusaway.gtfs.services.calendar with parameters of type AgencyServiceInterval Modifier and Type Method Description booleanCalendarService. isLocalizedServiceIdActiveInRange(LocalizedServiceId localizedServiceId, ServiceInterval activeService, AgencyServiceInterval serviceInterval)
-