| Package | Description |
|---|---|
| org.onebusaway.gtfs.impl.calendar | |
| org.onebusaway.gtfs.model | |
| org.onebusaway.gtfs.model.calendar | |
| org.onebusaway.gtfs.services.calendar |
| Modifier and Type | Method and Description |
|---|---|
Set<ServiceDate> |
CalendarServiceImpl.getServiceDatesForServiceId(AgencyAndId serviceId) |
Set<ServiceDate> |
CalendarServiceDataFactoryImpl.getServiceDatesForServiceId(AgencyAndId serviceId,
TimeZone serviceIdTimeZone) |
| Modifier and Type | Method and Description |
|---|---|
Set<AgencyAndId> |
CalendarServiceImpl.getServiceIdsOnDate(ServiceDate date) |
| Modifier and Type | Method and Description |
|---|---|
ServiceDate |
ServiceCalendarDate.getDate() |
ServiceDate |
ServiceCalendar.getEndDate() |
ServiceDate |
FeedInfo.getEndDate() |
ServiceDate |
ServiceCalendar.getStartDate() |
ServiceDate |
FeedInfo.getStartDate() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceCalendarDate.setDate(ServiceDate date) |
void |
ServiceCalendar.setEndDate(ServiceDate endDate) |
void |
FeedInfo.setEndDate(ServiceDate endDate) |
void |
ServiceCalendar.setStartDate(ServiceDate startDate) |
void |
FeedInfo.setStartDate(ServiceDate startDate) |
| Modifier and Type | Method and Description |
|---|---|
ServiceDate |
ServiceDate.next() |
static ServiceDate |
ServiceDate.parseString(String value)
Parse a service date from a string in "YYYYMMDD" format.
|
ServiceDate |
ServiceDate.previous() |
ServiceDate |
ServiceDate.shift(int numberOfDays) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceDate> |
CalendarServiceData.getServiceDatesForServiceId(AgencyAndId serviceId) |
| Modifier and Type | Method and Description |
|---|---|
int |
ServiceDate.compareTo(ServiceDate o) |
long |
ServiceDate.difference(ServiceDate serviceDate) |
Set<AgencyAndId> |
CalendarServiceData.getServiceIdsForDate(ServiceDate date) |
| Modifier and Type | Method and Description |
|---|---|
void |
CalendarServiceData.putServiceDatesForServiceId(AgencyAndId serviceId,
List<ServiceDate> serviceDates) |
| Constructor and Description |
|---|
ServiceDate(ServiceDate o) |
| Modifier and Type | Method and Description |
|---|---|
Set<ServiceDate> |
CalendarService.getServiceDatesForServiceId(AgencyAndId serviceId) |
| Modifier and Type | Method and Description |
|---|---|
Set<AgencyAndId> |
CalendarService.getServiceIdsOnDate(ServiceDate date)
Determine the set of service ids that are active on the specified service
date.
|
Copyright © 2015 OneBusAway. All Rights Reserved.