Uses of Class
org.goplanit.tntp.converter.demands.TntpDemandsReaderSettings
-
Packages that use TntpDemandsReaderSettings Package Description org.goplanit.tntp.converter.demands org.goplanit.tntp.input Scanner reader for reading input files which are in the TNTP Formatorg.goplanit.tntp.project TNTP implementation of CustomPlanItProject -
-
Uses of TntpDemandsReaderSettings in org.goplanit.tntp.converter.demands
Methods in org.goplanit.tntp.converter.demands that return TntpDemandsReaderSettings Modifier and Type Method Description TntpDemandsReaderSettings
TntpDemandsReader. getSettings()
any settings to configure the reader can be configured by collecting these settingsMethods in org.goplanit.tntp.converter.demands with parameters of type TntpDemandsReaderSettings Modifier and Type Method Description static TntpDemandsReader
TntpDemandsReaderFactory. create(TntpDemandsReaderSettings demandsSettings, MacroscopicNetwork referenceNetwork, Zoning referenceZoning, Demands demandsToPopulate)
Factory methodstatic TntpDemandsReader
TntpDemandsReaderFactory. create(TntpDemandsReaderSettings demandsSettings, TntpZoningReader referenceZoningReader)
Factory methodConstructors in org.goplanit.tntp.converter.demands with parameters of type TntpDemandsReaderSettings Constructor Description TntpDemandsReader(TntpDemandsReaderSettings settings, MacroscopicNetwork referenceNetwork, Zoning referenceZoning, Demands demandsToPopulate)
ConstructorTntpDemandsReader(TntpDemandsReaderSettings settings, TntpZoningReader referenceZoningReader)
Constructor -
Uses of TntpDemandsReaderSettings in org.goplanit.tntp.input
Methods in org.goplanit.tntp.input that return TntpDemandsReaderSettings Modifier and Type Method Description TntpDemandsReaderSettings
TntpInputBuilder. getDemandsReaderSettings()
-
Uses of TntpDemandsReaderSettings in org.goplanit.tntp.project
Methods in org.goplanit.tntp.project that return TntpDemandsReaderSettings Modifier and Type Method Description TntpDemandsReaderSettings
TntpProject. getDemandsReaderSettings()
-