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 MacroscopicNetwork
referenceNetwork
the 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 String
getNetworkFileLocation()
void
logSettings()
Log relevant settingsvoid
reset()
be able to reset all settings if neededvoid
setNetworkFileLocation(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:
reset
in interfaceConverterReaderSettings
-
logSettings
public void logSettings()
Log relevant settings- Specified by:
logSettings
in interfaceConverterReaderSettings
-
getNetworkFileLocation
public String getNetworkFileLocation()
-
setNetworkFileLocation
public void setNetworkFileLocation(String networkFileLocation)
-
-