Class TntpZoningReaderSettings
- java.lang.Object
-
- org.goplanit.tntp.converter.zoning.TntpZoningReaderSettings
-
- All Implemented Interfaces:
ConverterReaderSettings
public class TntpZoningReaderSettings extends Object implements ConverterReaderSettings
Settings for the Tntp zoning reader- Author:
- markr
-
-
Field Summary
Fields Modifier and Type Field Description protected MacroscopicNetworkreferenceNetworkthe network this zoning relates to
-
Constructor Summary
Constructors Constructor Description TntpZoningReaderSettings()Default constructorTntpZoningReaderSettings(String networkFileLocation)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNetworkFileLocation()voidlogSettings()Log relevant settingsvoidreset()be able to reset all settings if neededvoidsetNetworkFileLocation(String networkFileLocation)
-
-
-
Field Detail
-
referenceNetwork
protected MacroscopicNetwork referenceNetwork
the network this zoning relates to
-
-
Constructor Detail
-
TntpZoningReaderSettings
public TntpZoningReaderSettings()
Default constructor
-
TntpZoningReaderSettings
public TntpZoningReaderSettings(String networkFileLocation)
Constructor- Parameters:
networkFileLocation- to use
-
-
Method Detail
-
reset
public void reset()
be able to reset all settings if needed- Specified by:
resetin interfaceConverterReaderSettings
-
logSettings
public void logSettings()
Log relevant settings- Specified by:
logSettingsin interfaceConverterReaderSettings
-
getNetworkFileLocation
public String getNetworkFileLocation()
-
setNetworkFileLocation
public void setNetworkFileLocation(String networkFileLocation)
-
-