Uses of Class
org.onebusaway.gtfs.model.calendar.ServiceDate

Packages that use ServiceDate
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.calendar
 

Methods in org.onebusaway.gtfs.impl.calendar that return types with arguments of type ServiceDate
 java.util.Set<ServiceDate> CalendarServiceImpl.getServiceDatesForServiceId(AgencyAndId serviceId)
           
 

Methods in org.onebusaway.gtfs.impl.calendar with parameters of type ServiceDate
 java.util.Set<AgencyAndId> CalendarServiceImpl.getServiceIdsOnDate(ServiceDate date)
           
 

Uses of ServiceDate in org.onebusaway.gtfs.model
 

Methods in org.onebusaway.gtfs.model that return ServiceDate
 ServiceDate ServiceCalendarDate.getDate()
           
 ServiceDate ServiceCalendar.getEndDate()
           
 ServiceDate ServiceCalendar.getStartDate()
           
 

Methods in org.onebusaway.gtfs.model with parameters of type ServiceDate
 void ServiceCalendarDate.setDate(ServiceDate date)
           
 void ServiceCalendar.setEndDate(ServiceDate endDate)
           
 void ServiceCalendar.setStartDate(ServiceDate startDate)
           
 

Uses of ServiceDate in org.onebusaway.gtfs.model.calendar
 

Methods in org.onebusaway.gtfs.model.calendar that return ServiceDate
static ServiceDate ServiceDate.parseString(java.lang.String value)
          Parse a service date from a string in "YYYYMMDD" format.
 

Methods in org.onebusaway.gtfs.model.calendar that return types with arguments of type ServiceDate
 java.util.List<ServiceDate> CalendarServiceData.getServiceDatesForServiceId(AgencyAndId serviceId)
           
 

Methods in org.onebusaway.gtfs.model.calendar with parameters of type ServiceDate
 int ServiceDate.compareTo(ServiceDate o)
           
 java.util.Set<AgencyAndId> CalendarServiceData.getServiceIdsForDate(ServiceDate date)
           
 

Method parameters in org.onebusaway.gtfs.model.calendar with type arguments of type ServiceDate
 void CalendarServiceData.putServiceDatesForServiceId(AgencyAndId serviceId, java.util.List<ServiceDate> serviceDates)
           
 

Constructors in org.onebusaway.gtfs.model.calendar with parameters of type 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
 java.util.Set<ServiceDate> CalendarService.getServiceDatesForServiceId(AgencyAndId serviceId)
           
 

Methods in org.onebusaway.gtfs.services.calendar with parameters of type ServiceDate
 java.util.Set<AgencyAndId> CalendarService.getServiceIdsOnDate(ServiceDate date)
          Determine the set of service ids that are active on the specified service date.
 



Copyright © 2010 OneBusAway. All Rights Reserved.