Uses of Class
org.onebusaway.gtfs.model.calendar.ServiceIdIntervals
Packages that use ServiceIdIntervals
Package
Description
-
Uses of ServiceIdIntervals in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl with parameters of type ServiceIdIntervalsModifier and TypeMethodDescriptionGtfsDataServiceImpl.getNextDepartureServiceDates(ServiceIdIntervals serviceIdIntervals, long targetTime) GtfsDataServiceImpl.getPreviousArrivalServiceDates(ServiceIdIntervals serviceIdIntervals, long targetTime) GtfsDataServiceImpl.getServiceDateArrivalsWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to) GtfsDataServiceImpl.getServiceDateDeparturesWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to) GtfsDataServiceImpl.getServiceDatesWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to) -
Uses of ServiceIdIntervals in org.onebusaway.gtfs.impl.calendar
Methods in org.onebusaway.gtfs.impl.calendar with parameters of type ServiceIdIntervalsModifier and TypeMethodDescriptionCalendarServiceImpl.getNextDepartureServiceDates(ServiceIdIntervals serviceIdIntervals, long targetTime) CalendarServiceImpl.getPreviousArrivalServiceDates(ServiceIdIntervals serviceIdIntervals, long targetTime) CalendarServiceImpl.getServiceDateArrivalsWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to) CalendarServiceImpl.getServiceDateDeparturesWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to) CalendarServiceImpl.getServiceDatesWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to) -
Uses of ServiceIdIntervals in org.onebusaway.gtfs.model.calendar
Methods in org.onebusaway.gtfs.model.calendar with parameters of type ServiceIdIntervalsModifier and TypeMethodDescriptionvoidServiceIdIntervals.addIntervals(ServiceIdIntervals intervals) -
Uses of ServiceIdIntervals in org.onebusaway.gtfs.services.calendar
Methods in org.onebusaway.gtfs.services.calendar with parameters of type ServiceIdIntervalsModifier and TypeMethodDescriptionCalendarService.getNextDepartureServiceDates(ServiceIdIntervals serviceIdIntervals, long targetTime) See the description forCalendarService.getNextDepartureServiceDates(LocalizedServiceId, ServiceInterval, long).CalendarService.getPreviousArrivalServiceDates(ServiceIdIntervals serviceIdIntervals, long targetTime) See the description forCalendarService.getPreviousArrivalServiceDates(LocalizedServiceId, ServiceInterval, long).CalendarService.getServiceDateArrivalsWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to) See the description fromCalendarService.getServiceDateArrivalsWithinRange(LocalizedServiceId, ServiceInterval, Date, Date).CalendarService.getServiceDateDeparturesWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to) See the description fromCalendarService.getServiceDateDeparturesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date).CalendarService.getServiceDatesWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to) See the description fromCalendarService.getServiceDatesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date).