Class PlanitDemandsReaderSettings
- java.lang.Object
-
- org.goplanit.io.xml.util.PlanitXmlReaderSettings
-
- org.goplanit.io.converter.demands.PlanitDemandsReaderSettings
-
- All Implemented Interfaces:
ConverterReaderSettings
public class PlanitDemandsReaderSettings extends PlanitXmlReaderSettings implements ConverterReaderSettings
Settings for the PLANit zoning reader- Author:
- markr
-
-
Field Summary
Fields Modifier and Type Field Description protected MacroscopicNetworkreferenceNetworkReference network to use when demand relate to network entitiesprotected ZoningreferenceZoningReference zoning to use when demands relate to zoning entities
-
Constructor Summary
Constructors Constructor Description PlanitDemandsReaderSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MacroscopicNetworkgetReferenceNetwork()Collect reference network usedprotected ZoninggetReferenceZoning()Collect reference zoning usedvoidreset()be able to reset all settings if neededvoidsetReferenceNetwork(MacroscopicNetwork referenceNetwork)Set reference network to usevoidsetReferenceZoning(Zoning referenceZoning)Set reference zoning to use-
Methods inherited from class org.goplanit.io.xml.util.PlanitXmlReaderSettings
getInputDirectory, getXmlFileExtension, setInputDirectory, setXmlFileExtension
-
-
-
-
Field Detail
-
referenceNetwork
protected MacroscopicNetwork referenceNetwork
Reference network to use when demand relate to network entities
-
referenceZoning
protected Zoning referenceZoning
Reference zoning to use when demands relate to zoning entities
-
-
Method Detail
-
getReferenceNetwork
protected MacroscopicNetwork getReferenceNetwork()
Collect reference network used- Returns:
- reference network
-
getReferenceZoning
protected Zoning getReferenceZoning()
Collect reference zoning used- Returns:
- reference zoning
-
reset
public void reset()
be able to reset all settings if needed- Specified by:
resetin interfaceConverterReaderSettings
-
setReferenceNetwork
public void setReferenceNetwork(MacroscopicNetwork referenceNetwork)
Set reference network to use- Parameters:
referenceNetwork- to use
-
setReferenceZoning
public void setReferenceZoning(Zoning referenceZoning)
Set reference zoning to use- Parameters:
referenceZoning- to use
-
-