Class PlanitNetworkReaderSettings
- java.lang.Object
-
- org.goplanit.io.xml.util.PlanitXmlReaderSettings
-
- org.goplanit.io.converter.network.PlanitNetworkReaderSettings
-
- All Implemented Interfaces:
ConverterReaderSettings
public class PlanitNetworkReaderSettings extends PlanitXmlReaderSettings implements ConverterReaderSettings
Configurable settings for the PLANit network 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 PlanitNetworkReaderSettings()
Default constructor.PlanitNetworkReaderSettings(String inputPathDirectory)
Constructor.PlanitNetworkReaderSettings(String inputPathDirectory, String xmlFileExtension)
Constructor.
-
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
-
-
-
-
Constructor Detail
-
PlanitNetworkReaderSettings
public PlanitNetworkReaderSettings()
Default constructor. Expected that the user provides the input path at some point later
-
PlanitNetworkReaderSettings
public PlanitNetworkReaderSettings(String inputPathDirectory)
Constructor.- Parameters:
inputPathDirectory
- to use
-
-