|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocalizedServiceId | |
|---|---|
| org.onebusaway.gtfs.impl.calendar | |
| org.onebusaway.gtfs.model.calendar | |
| org.onebusaway.gtfs.services.calendar | |
| Uses of LocalizedServiceId in org.onebusaway.gtfs.impl.calendar |
|---|
| Methods in org.onebusaway.gtfs.impl.calendar that return LocalizedServiceId | |
|---|---|
LocalizedServiceId |
CalendarServiceImpl.getLocalizedServiceIdForAgencyAndServiceId(String agencyId,
AgencyAndId serviceId)
|
| Methods in org.onebusaway.gtfs.impl.calendar that return types with arguments of type LocalizedServiceId | |
|---|---|
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 | |
|---|---|
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)
|
boolean |
CalendarServiceImpl.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 | |
|---|---|
Set<LocalizedServiceId> |
ServiceIdIntervals.getServiceIds()
|
Iterator<Map.Entry<LocalizedServiceId,ServiceInterval>> |
ServiceIdIntervals.iterator()
|
| Methods in org.onebusaway.gtfs.model.calendar with parameters of type LocalizedServiceId | |
|---|---|
void |
ServiceIdIntervals.addStopTime(LocalizedServiceId serviceId,
int arrivalTime,
int departureTime)
|
int |
LocalizedServiceId.compareTo(LocalizedServiceId o)
|
List<Date> |
CalendarServiceData.getDatesForLocalizedServiceId(LocalizedServiceId serviceId)
|
ServiceInterval |
ServiceIdIntervals.getIntervalForServiceId(LocalizedServiceId serviceId)
|
void |
CalendarServiceData.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 | |
|---|---|
LocalizedServiceId |
CalendarService.getLocalizedServiceIdForAgencyAndServiceId(String agencyId,
AgencyAndId serviceId)
Given an agency id and a service id, we return a LocalizedServiceId
which is just a service id with timezone information attached. |
| Methods in org.onebusaway.gtfs.services.calendar with parameters of type LocalizedServiceId | |
|---|---|
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 from CalendarService.getServiceDatesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date)
. |
List<Date> |
CalendarService.getServiceDateDeparturesWithinRange(LocalizedServiceId serviceId,
ServiceInterval interval,
Date from,
Date to)
See the description from CalendarService.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 specified ServiceInterval, overlap with the
specified from-to time range. |
boolean |
CalendarService.isLocalizedServiceIdActiveOnDate(LocalizedServiceId localizedServiceId,
Date serviceDate)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||