Class TntpDemandsReaderSettings
- java.lang.Object
-
- org.goplanit.tntp.converter.demands.TntpDemandsReaderSettings
-
- All Implemented Interfaces:
ConverterReaderSettings
public class TntpDemandsReaderSettings extends Object implements ConverterReaderSettings
Settings for the TNTP demands reader- Author:
- markr
-
-
Field Summary
Fields Modifier and Type Field Description protected Demands
demandsToPopulate
the demands to populateprotected MacroscopicNetwork
referenceNetwork
the network these demands relates toprotected Zoning
referenceZoning
the zoning these demands relate to
-
Constructor Summary
Constructors Constructor Description TntpDemandsReaderSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Demands
getDemandsToPopulate()
MacroscopicNetwork
getReferenceNetwork()
Reference network for the zoningZoning
getReferenceZoning()
void
reset()
be able to reset all settings if neededvoid
setDemandsToPopulate(Demands demandsToPopulate)
void
setReferenceNetwork(MacroscopicNetwork referenceNetwork)
Reference network for the demandsvoid
setReferenceZoning(Zoning referenceZoning)
-
-
-
Field Detail
-
referenceNetwork
protected MacroscopicNetwork referenceNetwork
the network these demands relates to
-
referenceZoning
protected Zoning referenceZoning
the zoning these demands relate to
-
demandsToPopulate
protected Demands demandsToPopulate
the demands to populate
-
-
Method Detail
-
reset
public void reset()
be able to reset all settings if needed- Specified by:
reset
in interfaceConverterReaderSettings
-
getReferenceZoning
public Zoning getReferenceZoning()
-
setReferenceZoning
public void setReferenceZoning(Zoning referenceZoning)
-
getReferenceNetwork
public MacroscopicNetwork getReferenceNetwork()
Reference network for the zoning- Returns:
- reference network
-
setReferenceNetwork
public void setReferenceNetwork(MacroscopicNetwork referenceNetwork)
Reference network for the demands- Parameters:
referenceNetwork
- to use
-
getDemandsToPopulate
public Demands getDemandsToPopulate()
-
setDemandsToPopulate
public void setDemandsToPopulate(Demands demandsToPopulate)
-
-