Class SerializedCalendarServiceDataFactoryImpl

  • All Implemented Interfaces:
    org.onebusaway.gtfs.services.calendar.CalendarServiceDataFactory

    public class SerializedCalendarServiceDataFactoryImpl
    extends Object
    implements org.onebusaway.gtfs.services.calendar.CalendarServiceDataFactory
    • Constructor Detail

      • SerializedCalendarServiceDataFactoryImpl

        public SerializedCalendarServiceDataFactoryImpl()
    • Method Detail

      • setPath

        public void setPath​(File path)
      • createData

        public org.onebusaway.gtfs.model.calendar.CalendarServiceData createData()
        Specified by:
        createData in interface org.onebusaway.gtfs.services.calendar.CalendarServiceDataFactory
      • updateData

        public org.onebusaway.gtfs.model.calendar.CalendarServiceData updateData​(Collection<org.onebusaway.gtfs.model.Agency> allAgencies,
                                                                                 Map<org.onebusaway.gtfs.model.AgencyAndId,​List<String>> tripAgencyIdsReferencingServiceId,
                                                                                 Map<String,​TimeZone> timeZoneMapByAgencyId)
        Specified by:
        updateData in interface org.onebusaway.gtfs.services.calendar.CalendarServiceDataFactory