Class PlanitRoutedServicesReaderSettings
- java.lang.Object
-
- org.goplanit.io.xml.util.PlanitXmlReaderSettings
-
- org.goplanit.io.converter.service.PlanitRoutedServicesReaderSettings
-
- All Implemented Interfaces:
ConverterReaderSettings
public class PlanitRoutedServicesReaderSettings extends PlanitXmlReaderSettings implements ConverterReaderSettings
Configurable settings for the PLANit routed services 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 PlanitRoutedServicesReaderSettings()
ConstructorPlanitRoutedServicesReaderSettings(String inputPathDirectory, String xmlFileExtension)
Constructor.PlanitRoutedServicesReaderSettings(ServiceNetwork parentNetwork, 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
-
PlanitRoutedServicesReaderSettings
public PlanitRoutedServicesReaderSettings()
Constructor
-
PlanitRoutedServicesReaderSettings
public PlanitRoutedServicesReaderSettings(String inputPathDirectory, String xmlFileExtension)
Constructor.- Parameters:
inputPathDirectory
- to usexmlFileExtension
- to use
-
PlanitRoutedServicesReaderSettings
public PlanitRoutedServicesReaderSettings(ServiceNetwork parentNetwork, String inputPathDirectory, String xmlFileExtension)
Constructor.- Parameters:
parentNetwork
- to useinputPathDirectory
- to usexmlFileExtension
- to use
-
-