Uses of Class
org.onebusaway.gtfs.model.calendar.ServiceDate
-
Packages that use ServiceDate Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.impl.calendar org.onebusaway.gtfs.model org.onebusaway.gtfs.model.calendar org.onebusaway.gtfs.services.calendar -
-
Uses of ServiceDate in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return types with arguments of type ServiceDate Modifier and Type Method Description Set<ServiceDate>GtfsDataServiceImpl. getServiceDatesForServiceId(AgencyAndId serviceId)Methods in org.onebusaway.gtfs.impl with parameters of type ServiceDate Modifier and Type Method Description Set<AgencyAndId>GtfsDataServiceImpl. getServiceIdsOnDate(ServiceDate date) -
Uses of ServiceDate in org.onebusaway.gtfs.impl.calendar
Methods in org.onebusaway.gtfs.impl.calendar that return types with arguments of type ServiceDate Modifier and Type Method Description Set<ServiceDate>CalendarServiceDataFactoryImpl. getServiceDatesForServiceId(AgencyAndId serviceId, TimeZone serviceIdTimeZone)Set<ServiceDate>CalendarServiceImpl. getServiceDatesForServiceId(AgencyAndId serviceId)Methods in org.onebusaway.gtfs.impl.calendar with parameters of type ServiceDate Modifier and Type Method Description Set<AgencyAndId>CalendarServiceImpl. getServiceIdsOnDate(ServiceDate date) -
Uses of ServiceDate in org.onebusaway.gtfs.model
Methods in org.onebusaway.gtfs.model that return ServiceDate Modifier and Type Method Description ServiceDateServiceCalendarDate. getDate()ServiceDateFeedInfo. getEndDate()ServiceDateRidership. getEndDate()ServiceDateRidershipData. getEndDate()ServiceDateServiceCalendar. getEndDate()ServiceDateFeedInfo. getStartDate()ServiceDateRidership. getStartDate()ServiceDateRidershipData. getStartDate()ServiceDateServiceCalendar. getStartDate()Methods in org.onebusaway.gtfs.model with parameters of type ServiceDate Modifier and Type Method Description voidServiceCalendarDate. 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 ServiceDate Modifier and Type Method Description ServiceDateAgencyServiceInterval. getServiceDate()ServiceDateServiceDate. next()static ServiceDateServiceDate. parseString(String value)Parse a service date from a string in "YYYYMMDD" format.ServiceDateServiceDate. previous()ServiceDateServiceDate. shift(int numberOfDays)Methods in org.onebusaway.gtfs.model.calendar that return types with arguments of type ServiceDate Modifier and Type Method Description List<ServiceDate>CalendarServiceData. getServiceDatesForServiceId(AgencyAndId serviceId)Methods in org.onebusaway.gtfs.model.calendar with parameters of type ServiceDate Modifier and Type Method Description intServiceDate. compareTo(ServiceDate o)longServiceDate. difference(ServiceDate serviceDate)Set<AgencyAndId>CalendarServiceData. getServiceIdsForDate(ServiceDate date)Method parameters in org.onebusaway.gtfs.model.calendar with type arguments of type ServiceDate Modifier and Type Method Description voidCalendarServiceData. putServiceDatesForServiceId(AgencyAndId serviceId, List<ServiceDate> serviceDates)Constructors in org.onebusaway.gtfs.model.calendar with parameters of type ServiceDate Constructor Description AgencyServiceInterval(ServiceDate serviceDate)ServiceDate(ServiceDate o) -
Uses of ServiceDate in org.onebusaway.gtfs.services.calendar
Methods in org.onebusaway.gtfs.services.calendar that return types with arguments of type ServiceDate Modifier and Type Method Description Set<ServiceDate>CalendarService. getServiceDatesForServiceId(AgencyAndId serviceId)Methods in org.onebusaway.gtfs.services.calendar with parameters of type ServiceDate Modifier and Type Method Description Set<AgencyAndId>CalendarService. getServiceIdsOnDate(ServiceDate date)Determine the set of service ids that are active on the specified service date.
-