Package org.goplanit.io.converter.zoning
Class PlanitZoningReaderSettings
- java.lang.Object
-
- org.goplanit.io.xml.util.PlanitXmlReaderSettings
-
- org.goplanit.io.converter.zoning.PlanitZoningReaderSettings
-
- All Implemented Interfaces:
ConverterReaderSettings
public class PlanitZoningReaderSettings extends PlanitXmlReaderSettings implements ConverterReaderSettings
Settings for the PLANit zoning reader- Author:
- markr
-
-
Constructor Summary
Constructors Constructor Description PlanitZoningReaderSettings()
Default constructorPlanitZoningReaderSettings(String inputPathDirectory, String xmlFileExtension)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
reset()
be able to reset all settings if needed-
Methods inherited from class org.goplanit.io.xml.util.PlanitXmlReaderSettings
getInputDirectory, getXmlFileExtension, setInputDirectory, setXmlFileExtension
-
-
-
-
Method Detail
-
reset
public void reset()
be able to reset all settings if needed- Specified by:
reset
in interfaceConverterReaderSettings
-
-