Uses of Class
org.goplanit.tntp.converter.demands.TntpDemandsReader
-
Packages that use TntpDemandsReader Package Description org.goplanit.tntp.converter.demands -
-
Uses of TntpDemandsReader in org.goplanit.tntp.converter.demands
Methods in org.goplanit.tntp.converter.demands that return TntpDemandsReader Modifier and Type Method Description static TntpDemandsReader
TntpDemandsReaderFactory. create(String demandInputFile, MacroscopicNetwork network, Zoning zoning)
Factory method using global id token to create instance of demandsstatic TntpDemandsReader
TntpDemandsReaderFactory. create(String demandInputFile, MacroscopicNetwork network, Zoning zoning, IdGroupingToken idToken)
Factory methodstatic TntpDemandsReader
TntpDemandsReaderFactory. create(MacroscopicNetwork network, Zoning zoning)
Factory method using global id token to create instance of demands, requires user to set input filestatic TntpDemandsReader
TntpDemandsReaderFactory. create(MacroscopicNetwork network, Zoning zoning, IdGroupingToken idToken)
Factory method, will create Demands based on idToken provided and use it to populate when reading in TNTP demand, , requires user to set input filestatic TntpDemandsReader
TntpDemandsReaderFactory. create(TntpDemandsReaderSettings demandsSettings, MacroscopicNetwork referenceNetwork, Zoning referenceZoning, Demands demandsToPopulate)
Factory methodstatic TntpDemandsReader
TntpDemandsReaderFactory. create(TntpDemandsReaderSettings demandsSettings, TntpZoningReader referenceZoningReader)
Factory methodstatic TntpDemandsReader
TntpDemandsReaderFactory. create(TntpZoningReader referenceZoningReader)
Factory method
-