Uses of Class
org.onebusaway.gtfs.model.calendar.ServiceIdIntervals
-
Packages that use ServiceIdIntervals Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.impl.calendar org.onebusaway.gtfs.model.calendar org.onebusaway.gtfs.services.calendar -
-
Uses of ServiceIdIntervals in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl with parameters of type ServiceIdIntervals Modifier and Type Method Description Map<LocalizedServiceId,List<Date>>GtfsDataServiceImpl. getNextDepartureServiceDates(ServiceIdIntervals serviceIdIntervals, long targetTime)Map<LocalizedServiceId,List<Date>>GtfsDataServiceImpl. getPreviousArrivalServiceDates(ServiceIdIntervals serviceIdIntervals, long targetTime)Map<LocalizedServiceId,List<Date>>GtfsDataServiceImpl. getServiceDateArrivalsWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to)Map<LocalizedServiceId,List<Date>>GtfsDataServiceImpl. getServiceDateDeparturesWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to)Map<LocalizedServiceId,List<Date>>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 ServiceIdIntervals Modifier and Type Method Description Map<LocalizedServiceId,List<Date>>CalendarServiceImpl. getNextDepartureServiceDates(ServiceIdIntervals serviceIdIntervals, long targetTime)Map<LocalizedServiceId,List<Date>>CalendarServiceImpl. getPreviousArrivalServiceDates(ServiceIdIntervals serviceIdIntervals, long targetTime)Map<LocalizedServiceId,List<Date>>CalendarServiceImpl. getServiceDateArrivalsWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to)Map<LocalizedServiceId,List<Date>>CalendarServiceImpl. getServiceDateDeparturesWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to)Map<LocalizedServiceId,List<Date>>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 ServiceIdIntervals Modifier and Type Method Description voidServiceIdIntervals. addIntervals(ServiceIdIntervals intervals) -
Uses of ServiceIdIntervals in org.onebusaway.gtfs.services.calendar
-