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 TntpDemandsReaderTntpDemandsReaderFactory. create(String demandInputFile, MacroscopicNetwork network, Zoning zoning)Factory method using global id token to create instance of demandsstatic TntpDemandsReaderTntpDemandsReaderFactory. create(String demandInputFile, MacroscopicNetwork network, Zoning zoning, IdGroupingToken idToken)Factory methodstatic TntpDemandsReaderTntpDemandsReaderFactory. create(MacroscopicNetwork network, Zoning zoning)Factory method using global id token to create instance of demands, requires user to set input filestatic TntpDemandsReaderTntpDemandsReaderFactory. 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 TntpDemandsReaderTntpDemandsReaderFactory. create(TntpDemandsReaderSettings demandsSettings, MacroscopicNetwork referenceNetwork, Zoning referenceZoning, Demands demandsToPopulate)Factory methodstatic TntpDemandsReaderTntpDemandsReaderFactory. create(TntpDemandsReaderSettings demandsSettings, TntpZoningReader referenceZoningReader)Factory methodstatic TntpDemandsReaderTntpDemandsReaderFactory. create(TntpZoningReader referenceZoningReader)Factory method
-