Uses of Class
org.onebusaway.gtfs.model.calendar.AgencyServiceInterval
Packages that use AgencyServiceInterval
Package
Description
-
Uses of AgencyServiceInterval in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl with parameters of type AgencyServiceIntervalModifier and TypeMethodDescriptionbooleanGtfsDataServiceImpl.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 AgencyServiceIntervalModifier and TypeMethodDescriptionbooleanCalendarServiceImpl.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 AgencyServiceIntervalModifier and TypeMethodDescriptionbooleanCalendarService.isLocalizedServiceIdActiveInRange(LocalizedServiceId localizedServiceId, ServiceInterval activeService, AgencyServiceInterval serviceInterval)