Class PlanitDemandsReaderSettings
- java.lang.Object
-
- org.goplanit.io.xml.util.PlanitXmlReaderSettings
-
- org.goplanit.io.converter.demands.PlanitDemandsReaderSettings
-
- All Implemented Interfaces:
ConverterReaderSettings
public class PlanitDemandsReaderSettings extends PlanitXmlReaderSettings implements ConverterReaderSettings
Settings for the PLANit demands reader- Author:
- markr
-
-
Field Summary
-
Fields inherited from class org.goplanit.io.xml.util.PlanitXmlReaderSettings
DEFAULT_SYNC_XMLIDS_TO_IDS, DEFAULT_XML_EXTENSION
-
-
Constructor Summary
Constructors Constructor Description PlanitDemandsReaderSettings()
PlanitDemandsReaderSettings(String inputDirectory)
PlanitDemandsReaderSettings(String inputDirectory, String xmlFileExtension)
-
Method Summary
-
Methods inherited from class org.goplanit.io.xml.util.PlanitXmlReaderSettings
getInputDirectory, getXmlFileExtension, isSyncXmlIdsToIds, logSettings, reset, setInputDirectory, setSyncXmlIdsToIds, setXmlFileExtension
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.goplanit.converter.ConverterReaderSettings
logSettings, reset
-
-