Uses of Class
org.onebusaway.gtfs.model.calendar.ServiceIdIntervals

Packages that use ServiceIdIntervals
org.onebusaway.gtfs.impl.calendar   
org.onebusaway.gtfs.model.calendar   
org.onebusaway.gtfs.services.calendar   
 

Uses of ServiceIdIntervals in org.onebusaway.gtfs.impl.calendar
 

Methods in org.onebusaway.gtfs.impl.calendar with parameters of type ServiceIdIntervals
 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
 void ServiceIdIntervals.addIntervals(ServiceIdIntervals intervals)
           
 

Uses of ServiceIdIntervals in org.onebusaway.gtfs.services.calendar
 

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) .
 



Copyright © 2011 OneBusAway. All Rights Reserved.