Uses of Class
org.onebusaway.gtfs.model.calendar.ServiceDate
Packages that use ServiceDate
Package
Description
-
Uses of ServiceDate in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return types with arguments of type ServiceDateModifier and TypeMethodDescriptionGtfsDataServiceImpl.getServiceDatesForServiceId(AgencyAndId serviceId) Methods in org.onebusaway.gtfs.impl with parameters of type ServiceDate -
Uses of ServiceDate in org.onebusaway.gtfs.impl.calendar
Methods in org.onebusaway.gtfs.impl.calendar that return types with arguments of type ServiceDateModifier and TypeMethodDescriptionCalendarServiceDataFactoryImpl.getServiceDatesForServiceId(AgencyAndId serviceId, TimeZone serviceIdTimeZone) CalendarServiceImpl.getServiceDatesForServiceId(AgencyAndId serviceId) Methods in org.onebusaway.gtfs.impl.calendar with parameters of type ServiceDate -
Uses of ServiceDate in org.onebusaway.gtfs.model
Methods in org.onebusaway.gtfs.model that return ServiceDateModifier and TypeMethodDescriptionServiceCalendarDate.getDate()FeedInfo.getEndDate()Ridership.getEndDate()RidershipData.getEndDate()ServiceCalendar.getEndDate()FeedInfo.getStartDate()Ridership.getStartDate()RidershipData.getStartDate()ServiceCalendar.getStartDate()Methods in org.onebusaway.gtfs.model with parameters of type ServiceDateModifier and TypeMethodDescriptionvoidServiceCalendarDate.setDate(ServiceDate date) voidFeedInfo.setEndDate(ServiceDate endDate) voidRidership.setEndDate(ServiceDate endDate) voidRidershipData.setEndDate(ServiceDate endDate) voidServiceCalendar.setEndDate(ServiceDate endDate) voidFeedInfo.setStartDate(ServiceDate startDate) voidRidership.setStartDate(ServiceDate startDate) voidRidershipData.setStartDate(ServiceDate startDate) voidServiceCalendar.setStartDate(ServiceDate startDate) -
Uses of ServiceDate in org.onebusaway.gtfs.model.calendar
Methods in org.onebusaway.gtfs.model.calendar that return ServiceDateModifier and TypeMethodDescriptionAgencyServiceInterval.getServiceDate()ServiceDate.next()static ServiceDateServiceDate.parseString(String value) Parse a service date from a string in "YYYYMMDD" format.ServiceDate.previous()ServiceDate.shift(int numberOfDays) Methods in org.onebusaway.gtfs.model.calendar that return types with arguments of type ServiceDateModifier and TypeMethodDescriptionCalendarServiceData.getServiceDatesForServiceId(AgencyAndId serviceId) Methods in org.onebusaway.gtfs.model.calendar with parameters of type ServiceDateModifier and TypeMethodDescriptionintServiceDate.compareTo(ServiceDate o) longServiceDate.difference(ServiceDate serviceDate) CalendarServiceData.getServiceIdsForDate(ServiceDate date) Method parameters in org.onebusaway.gtfs.model.calendar with type arguments of type ServiceDateModifier and TypeMethodDescriptionvoidCalendarServiceData.putServiceDatesForServiceId(AgencyAndId serviceId, List<ServiceDate> serviceDates) Constructors in org.onebusaway.gtfs.model.calendar with parameters of type ServiceDate -
Uses of ServiceDate in org.onebusaway.gtfs.services.calendar
Methods in org.onebusaway.gtfs.services.calendar that return types with arguments of type ServiceDateModifier and TypeMethodDescriptionCalendarService.getServiceDatesForServiceId(AgencyAndId serviceId) Methods in org.onebusaway.gtfs.services.calendar with parameters of type ServiceDateModifier and TypeMethodDescriptionCalendarService.getServiceIdsOnDate(ServiceDate date) Determine the set of service ids that are active on the specified service date.