Package org.onebusaway.gtfs.impl
Class SerializedCalendarServiceDataFactoryImpl
- java.lang.Object
-
- org.onebusaway.gtfs.impl.SerializedCalendarServiceDataFactoryImpl
-
- All Implemented Interfaces:
org.onebusaway.gtfs.services.calendar.CalendarServiceDataFactory
public class SerializedCalendarServiceDataFactoryImpl extends Object implements org.onebusaway.gtfs.services.calendar.CalendarServiceDataFactory
-
-
Constructor Summary
Constructors Constructor Description SerializedCalendarServiceDataFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.onebusaway.gtfs.model.calendar.CalendarServiceDatacreateData()voidsetPath(File path)org.onebusaway.gtfs.model.calendar.CalendarServiceDataupdateData(Collection<org.onebusaway.gtfs.model.Agency> allAgencies, Map<org.onebusaway.gtfs.model.AgencyAndId,List<String>> tripAgencyIdsReferencingServiceId, Map<String,TimeZone> timeZoneMapByAgencyId)
-
-
-
Method Detail
-
setPath
public void setPath(File path)
-
createData
public org.onebusaway.gtfs.model.calendar.CalendarServiceData createData()
- Specified by:
createDatain interfaceorg.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:
updateDatain interfaceorg.onebusaway.gtfs.services.calendar.CalendarServiceDataFactory
-
-