Package org.goplanit.converter
Interface ConverterReaderSettings
-
- All Known Subinterfaces:
GtfsConverterReaderSettings
- All Known Implementing Classes:
GtfsConverterReaderSettingsImpl
,GtfsConverterReaderSettingsWithModeMapping
,GtfsIntermodalReaderSettings
,GtfsServicesReaderSettings
,GtfsZoningReaderSettings
,OsmIntermodalReaderSettings
,OsmNetworkReaderSettings
,OsmPublicTransportReaderSettings
,OsmReaderSettings
,PlanitDemandsReaderSettings
,PlanitIntermodalReaderSettings
,PlanitNetworkReaderSettings
,PlanitRoutedServicesReaderSettings
,PlanitServiceNetworkReaderSettings
,PlanitXmlReaderSettings
,PlanitZoningReaderSettings
,TntpDemandsReaderSettings
,TntpNetworkReaderSettings
,TntpZoningReaderSettings
public interface ConverterReaderSettings
Settings to be derived from this dummy interface for all readers compatible with the converter setup. this ensures a generic way of providing settings for such readers- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
logSettings()
Log relevant settingsvoid
reset()
be able to reset all settings if needed
-