Class PlanitServiceNetworkReaderSettings
- java.lang.Object
-
- org.goplanit.io.xml.util.PlanitXmlReaderSettings
-
- org.goplanit.io.converter.service.PlanitServiceNetworkReaderSettings
-
- All Implemented Interfaces:
ConverterReaderSettings
public class PlanitServiceNetworkReaderSettings extends PlanitXmlReaderSettings implements ConverterReaderSettings
Configurable settings for the PLANit service network reader- Author:
- markr
-
-
Field Summary
Fields Modifier and Type Field Description protected MacroscopicNetwork
parentNetwork
the parent network used
-
Constructor Summary
Constructors Constructor Description PlanitServiceNetworkReaderSettings(MacroscopicNetwork parentNetwork)
ConstructorPlanitServiceNetworkReaderSettings(MacroscopicNetwork parentNetwork, String inputPathDirectory, String xmlFileExtension)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MacroscopicNetwork
getParentNetwork()
Collect the parent network for this service networkvoid
reset()
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 MacroscopicNetwork parentNetwork
the parent network used
-
-
Constructor Detail
-
PlanitServiceNetworkReaderSettings
public PlanitServiceNetworkReaderSettings(MacroscopicNetwork parentNetwork)
Constructor- Parameters:
parentNetwork
- to use
-
PlanitServiceNetworkReaderSettings
public PlanitServiceNetworkReaderSettings(MacroscopicNetwork 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:
reset
in interfaceConverterReaderSettings
-
getParentNetwork
public MacroscopicNetwork getParentNetwork()
Collect the parent network for this service network- Returns:
- parent network
-
-