static PlanitDemandsReader |
PlanitDemandsReaderFactory.create(String pathDirectory,
String xmlFileExtension,
LayeredNetwork<?,?> network,
Zoning referenceZoning) |
Factory method
|
static PlanitDemandsReader |
PlanitDemandsReaderFactory.create(String pathDirectory,
LayeredNetwork<?,?> referenceNetwork,
Zoning referenceZoning) |
Factory method
|
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 method
|
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.
|
static PlanitDemandsReader |
PlanitDemandsReaderFactory.create(org.goplanit.xml.generated.XMLElementMacroscopicDemand xmlRawDemands,
LayeredNetwork<?,?> referenceNetwork,
Zoning referenceZoning) |
Factory method where file has already been parsed and we only need to convert from raw XML objects to PLANit memory model
|