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 Modifier and Type Field Description protected ServiceNetworkparentNetworkthe parent service network used
-
Constructor Summary
Constructors Constructor Description PlanitRoutedServicesReaderSettings(ServiceNetwork parentNetwork)ConstructorPlanitRoutedServicesReaderSettings(ServiceNetwork parentNetwork, String inputPathDirectory, String xmlFileExtension)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceNetworkgetParentNetwork()Collect the parent service network for these routed servicesvoidreset()be able to reset all settings if needed-
Methods inherited from class org.goplanit.io.xml.util.PlanitXmlReaderSettings
getInputDirectory, getXmlFileExtension, setInputDirectory, setXmlFileExtension
-
-
-
-
Field Detail
-
parentNetwork
protected final ServiceNetwork parentNetwork
the parent service network used
-
-
Constructor Detail
-
PlanitRoutedServicesReaderSettings
public PlanitRoutedServicesReaderSettings(ServiceNetwork parentNetwork)
Constructor- Parameters:
parentNetwork- to use
-
PlanitRoutedServicesReaderSettings
public PlanitRoutedServicesReaderSettings(ServiceNetwork parentNetwork, String inputPathDirectory, String xmlFileExtension)
Constructor.- Parameters:
parentNetwork- to useinputPathDirectory- to usexmlFileExtension- to use
-
-
Method Detail
-
reset
public void reset()
be able to reset all settings if needed- Specified by:
resetin interfaceConverterReaderSettings
-
getParentNetwork
public ServiceNetwork getParentNetwork()
Collect the parent service network for these routed services- Returns:
- parent network
-
-