Uses of Interface
org.onebusaway.gtfs.services.calendar.CalendarServiceDataFactory
-
Packages that use CalendarServiceDataFactory Package Description org.onebusaway.gtfs.impl.calendar -
-
Uses of CalendarServiceDataFactory in org.onebusaway.gtfs.impl.calendar
Classes in org.onebusaway.gtfs.impl.calendar that implement CalendarServiceDataFactory Modifier and Type Class Description classCalendarServiceDataFactoryImplWe perform initial date calculations in the timezone of the host jvm, which may be different than the timezone of an agency with the specified service id.Methods in org.onebusaway.gtfs.impl.calendar with parameters of type CalendarServiceDataFactory Modifier and Type Method Description voidCalendarServiceImpl. setDataFactory(CalendarServiceDataFactory factory)Constructors in org.onebusaway.gtfs.impl.calendar with parameters of type CalendarServiceDataFactory Constructor Description CalendarServiceImpl(CalendarServiceDataFactory factory)
-