Uses of Class
org.onebusaway.gtfs.model.calendar.LocalizedServiceId
-
Packages that use LocalizedServiceId Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.impl.calendar org.onebusaway.gtfs.model.calendar org.onebusaway.gtfs.services.calendar -
-
Uses of LocalizedServiceId in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return LocalizedServiceId Modifier and Type Method Description LocalizedServiceIdGtfsDataServiceImpl. getLocalizedServiceIdForAgencyAndServiceId(String agencyId, AgencyAndId serviceId)Methods in org.onebusaway.gtfs.impl that return types with arguments of type LocalizedServiceId 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 LocalizedServiceId in org.onebusaway.gtfs.impl.calendar
Methods in org.onebusaway.gtfs.impl.calendar that return LocalizedServiceId Modifier and Type Method Description LocalizedServiceIdCalendarServiceImpl. getLocalizedServiceIdForAgencyAndServiceId(String agencyId, AgencyAndId serviceId)Methods in org.onebusaway.gtfs.impl.calendar that return types with arguments of type LocalizedServiceId 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)Methods in org.onebusaway.gtfs.impl.calendar with parameters of type LocalizedServiceId Modifier and Type Method Description List<Date>CalendarServiceImpl. getDatesForLocalizedServiceId(LocalizedServiceId localizedServiceId)List<Date>CalendarServiceImpl. getNextDepartureServiceDates(LocalizedServiceId serviceId, ServiceInterval interval, long targetTime)List<Date>CalendarServiceImpl. getPreviousArrivalServiceDates(LocalizedServiceId serviceId, ServiceInterval interval, long targetTime)List<Date>CalendarServiceImpl. getServiceDateArrivalsWithinRange(LocalizedServiceId serviceId, ServiceInterval interval, Date from, Date to)List<Date>CalendarServiceImpl. getServiceDateDeparturesWithinRange(LocalizedServiceId serviceId, ServiceInterval interval, Date from, Date to)List<Date>CalendarServiceImpl. getServiceDatesWithinRange(LocalizedServiceId serviceId, ServiceInterval interval, Date from, Date to)booleanCalendarServiceImpl. 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.booleanCalendarServiceImpl. isLocalizedServiceIdActiveOnDate(LocalizedServiceId localizedServiceId, Date serviceDate) -
Uses of LocalizedServiceId in org.onebusaway.gtfs.model.calendar
Methods in org.onebusaway.gtfs.model.calendar that return types with arguments of type LocalizedServiceId Modifier and Type Method Description Set<LocalizedServiceId>CalendarServiceData. getLocalizedServiceIds()Set<LocalizedServiceId>ServiceIdIntervals. getServiceIds()Iterator<Map.Entry<LocalizedServiceId,ServiceInterval>>ServiceIdIntervals. iterator()Methods in org.onebusaway.gtfs.model.calendar with parameters of type LocalizedServiceId Modifier and Type Method Description voidServiceIdIntervals. addStopTime(LocalizedServiceId serviceId, int arrivalTime, int departureTime)intLocalizedServiceId. compareTo(LocalizedServiceId o)List<Date>CalendarServiceData. getDatesForLocalizedServiceId(LocalizedServiceId serviceId)ServiceIntervalServiceIdIntervals. getIntervalForServiceId(LocalizedServiceId serviceId)voidCalendarServiceData. putDatesForLocalizedServiceId(LocalizedServiceId serviceId, List<Date> dates) -
Uses of LocalizedServiceId in org.onebusaway.gtfs.services.calendar
Methods in org.onebusaway.gtfs.services.calendar that return LocalizedServiceId Modifier and Type Method Description LocalizedServiceIdCalendarService. getLocalizedServiceIdForAgencyAndServiceId(String agencyId, AgencyAndId serviceId)Given an agency id and a service id, we return aLocalizedServiceIdwhich is just a service id with timezone information attached.Methods in org.onebusaway.gtfs.services.calendar with parameters of type LocalizedServiceId Modifier and Type Method Description List<Date>CalendarService. getDatesForLocalizedServiceId(LocalizedServiceId localizedServiceId)List<Date>CalendarService. getNextDepartureServiceDates(LocalizedServiceId serviceId, ServiceInterval interval, long targetTime)Computes the list of service dates whose departure service interval (min to max departure time) overlaps the specified target time.List<Date>CalendarService. getPreviousArrivalServiceDates(LocalizedServiceId serviceId, ServiceInterval interval, long targetTime)Computes the list of service dates whose arrival service interval (min to max departure time) overlaps the specified target time.List<Date>CalendarService. getServiceDateArrivalsWithinRange(LocalizedServiceId serviceId, ServiceInterval interval, Date from, Date to)See the description fromCalendarService.getServiceDatesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date).List<Date>CalendarService. getServiceDateDeparturesWithinRange(LocalizedServiceId serviceId, ServiceInterval interval, Date from, Date to)See the description fromCalendarService.getServiceDatesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date).List<Date>CalendarService. getServiceDatesWithinRange(LocalizedServiceId serviceId, ServiceInterval interval, Date from, Date to)Given the specified localized service id, which has a corresponding set of localized service dates, determine the sublist of service dates that, when extended with the specifiedServiceInterval, overlap with the specified from-to time range.booleanCalendarService. isLocalizedServiceIdActiveInRange(LocalizedServiceId localizedServiceId, ServiceInterval activeService, AgencyServiceInterval serviceInterval)booleanCalendarService. isLocalizedServiceIdActiveOnDate(LocalizedServiceId localizedServiceId, Date serviceDate)
-