Uses of Class
org.goplanit.io.converter.zoning.PlanitZoningReader
-
Packages that use PlanitZoningReader Package Description org.goplanit.io.converter.demands Classes used to process the Java classes generated from XSD filesorg.goplanit.io.converter.zoning -
-
Uses of PlanitZoningReader in org.goplanit.io.converter.demands
Fields in org.goplanit.io.converter.demands declared as PlanitZoningReader Modifier and Type Field Description protected PlanitZoningReader
PlanitDemandsReader. zoningReader
zoning reader provides alternative way to obtain reference zoning and reference network in case not available upon construction.Methods in org.goplanit.io.converter.demands with parameters of type PlanitZoningReader 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(PlanitZoningReader zoningReader)
Factory method where all contextual information is to be set afterwards via settings and zoning is to be obtained from provided reader.Constructors in org.goplanit.io.converter.demands with parameters of type PlanitZoningReader Constructor Description PlanitDemandsReader(PlanitDemandsReaderSettings demandsSettings, PlanitZoningReader zoningReader)
Constructor where parsing will be based upon the settings and zoning reader provides zoning (and network) -
Uses of PlanitZoningReader in org.goplanit.io.converter.zoning
Methods in org.goplanit.io.converter.zoning that return PlanitZoningReader Modifier and Type Method Description static PlanitZoningReader
PlanitZoningReaderFactory. create(String pathDirectory, String xmlFileExtension, LayeredNetwork<?,?> network, Zoning zoning)
Factory methodstatic PlanitZoningReader
PlanitZoningReaderFactory. create(String pathDirectory, LayeredNetwork<?,?> network)
Factory methodstatic PlanitZoningReader
PlanitZoningReaderFactory. create(NetworkReader networkReader)
Factory method where all contextual information is to be set afterwards via settings and network is to be obtained from provided reader.static PlanitZoningReader
PlanitZoningReaderFactory. create(PlanitZoningReaderSettings settings, NetworkReader networkReader)
Factory method where all contextual information is derived from settings and network is to be obtained from provided reader.static PlanitZoningReader
PlanitZoningReaderFactory. create(PlanitZoningReaderSettings zoningSettings, LayeredNetwork<?,?> referenceNetwork)
Factory methodstatic PlanitZoningReader
PlanitZoningReaderFactory. create(PlanitZoningReaderSettings zoningSettings, LayeredNetwork<?,?> referenceNetwork, Zoning zoningToPopulate)
Factory methodstatic PlanitZoningReader
PlanitZoningReaderFactory. create(org.goplanit.xml.generated.XMLElementMacroscopicZoning xmlRawZoning, PlanitZoningReaderSettings zoningSettings, LayeredNetwork<?,?> network, Zoning zoning)
Factory method where file has already been parsed and we only need to convert from raw XML objects to PLANit memory modelstatic PlanitZoningReader
PlanitZoningReaderFactory. create(org.goplanit.xml.generated.XMLElementMacroscopicZoning xmlRawZoning, LayeredNetwork<?,?> network, Zoning zoning)
Factory method where file has already been parsed and we only need to convert from raw XML objects to PLANit memory model
-