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 toprotected Zoning
zoningToPopulate
the zoning to populate
-
Constructor Summary
Constructors Constructor Description TntpZoningReaderSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MacroscopicNetwork
getReferenceNetwork()
Reference network for the zoningZoning
getZoningToPopulate()
void
reset()
be able to reset all settings if neededvoid
setReferenceNetwork(MacroscopicNetwork referenceNetwork)
Reference network for the zoningvoid
setZoningToPopulate(Zoning zoningToPopulate)
-
-
-
Field Detail
-
referenceNetwork
protected MacroscopicNetwork referenceNetwork
the network this zoning relates to
-
zoningToPopulate
protected Zoning zoningToPopulate
the zoning to populate
-
-
Method Detail
-
getZoningToPopulate
public Zoning getZoningToPopulate()
-
setZoningToPopulate
public void setZoningToPopulate(Zoning zoningToPopulate)
-
getReferenceNetwork
public MacroscopicNetwork getReferenceNetwork()
Reference network for the zoning- Returns:
- reference network
-
setReferenceNetwork
public void setReferenceNetwork(MacroscopicNetwork referenceNetwork)
Reference network for the zoning- Parameters:
referenceNetwork
- to use
-
reset
public void reset()
be able to reset all settings if needed- Specified by:
reset
in interfaceConverterReaderSettings
-
-