| Methods in org.onebusaway.gtfs.services.calendar with parameters of type ServiceIdIntervals |
Map<LocalizedServiceId,List<Date>> |
CalendarService.getNextDepartureServiceDates(ServiceIdIntervals serviceIdIntervals,
long targetTime)
See the description for
CalendarService.getNextDepartureServiceDates(LocalizedServiceId, ServiceInterval, long)
. |
Map<LocalizedServiceId,List<Date>> |
CalendarService.getPreviousArrivalServiceDates(ServiceIdIntervals serviceIdIntervals,
long targetTime)
See the description for
CalendarService.getPreviousArrivalServiceDates(LocalizedServiceId, ServiceInterval, long)
. |
Map<LocalizedServiceId,List<Date>> |
CalendarService.getServiceDateArrivalsWithinRange(ServiceIdIntervals serviceIdIntervals,
Date from,
Date to)
See the description from
CalendarService.getServiceDateArrivalsWithinRange(LocalizedServiceId, ServiceInterval, Date, Date)
. |
Map<LocalizedServiceId,List<Date>> |
CalendarService.getServiceDateDeparturesWithinRange(ServiceIdIntervals serviceIdIntervals,
Date from,
Date to)
See the description from
CalendarService.getServiceDateDeparturesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date)
. |
Map<LocalizedServiceId,List<Date>> |
CalendarService.getServiceDatesWithinRange(ServiceIdIntervals serviceIdIntervals,
Date from,
Date to)
See the description from
CalendarService.getServiceDatesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date)
. |