Uses of Class
org.goplanit.io.converter.demands.PlanitDemandsReaderSettings
-
Packages that use PlanitDemandsReaderSettings Package Description org.goplanit.io.converter.demands Classes used to process the Java classes generated from XSD files -
-
Uses of PlanitDemandsReaderSettings in org.goplanit.io.converter.demands
Fields in org.goplanit.io.converter.demands declared as PlanitDemandsReaderSettings Modifier and Type Field Description protected PlanitDemandsReaderSettings
PlanitDemandsReader. settings
settings for the readerMethods in org.goplanit.io.converter.demands that return PlanitDemandsReaderSettings Modifier and Type Method Description PlanitDemandsReaderSettings
PlanitDemandsReader. getSettings()
any settings to configure the reader can be configured by collecting these settingsMethods in org.goplanit.io.converter.demands with parameters of type PlanitDemandsReaderSettings Modifier and Type Method Description static PlanitDemandsReader
PlanitDemandsReaderFactory. create(PlanitDemandsReaderSettings settings, PlanitZoningReader zoningReader)
Factory method where all contextual information is derived from settings and zoning is to be obtained from provided reader.static PlanitDemandsReader
PlanitDemandsReaderFactory. create(PlanitDemandsReaderSettings demandsSettings, LayeredNetwork<?,?> referenceNetwork, Zoning referenceZoning)
Factory methodConstructors in org.goplanit.io.converter.demands with parameters of type PlanitDemandsReaderSettings Constructor Description PlanitDemandsReader(PlanitDemandsReaderSettings demandsSettings, PlanitZoningReader zoningReader)
Constructor where parsing will be based upon the settings and zoning reader provides zoning (and network)PlanitDemandsReader(PlanitDemandsReaderSettings demandsSettings, LayeredNetwork<?,?> network, Zoning zoning, Demands demandsToPopulate)
Constructor where parsing will be based upon the settings and already present compatible network and zoning
-