Uses of Class
org.goplanit.tntp.converter.zoning.TntpZoningReader
-
Packages that use TntpZoningReader Package Description org.goplanit.tntp.converter.demands org.goplanit.tntp.converter.zoning -
-
Uses of TntpZoningReader in org.goplanit.tntp.converter.demands
Methods in org.goplanit.tntp.converter.demands with parameters of type TntpZoningReader Modifier and Type Method Description static TntpDemandsReader
TntpDemandsReaderFactory. create(TntpDemandsReaderSettings demandsSettings, TntpZoningReader referenceZoningReader)
Factory methodstatic TntpDemandsReader
TntpDemandsReaderFactory. create(TntpZoningReader referenceZoningReader)
Factory methodConstructors in org.goplanit.tntp.converter.demands with parameters of type TntpZoningReader Constructor Description TntpDemandsReader(TntpDemandsReaderSettings settings, TntpZoningReader referenceZoningReader)
Constructor -
Uses of TntpZoningReader in org.goplanit.tntp.converter.zoning
Methods in org.goplanit.tntp.converter.zoning that return TntpZoningReader Modifier and Type Method Description static TntpZoningReader
TntpZoningReaderFactory. create(String networkInputFile, MacroscopicNetwork network, IdGroupingToken idToken)
Factory methodstatic TntpZoningReader
TntpZoningReaderFactory. create(String networkInputFile, MacroscopicNetwork network, Zoning zoningToPopulate)
Factory methodstatic TntpZoningReader
TntpZoningReaderFactory. create(NetworkReader referenceNetworkReader)
Factory methodstatic TntpZoningReader
TntpZoningReaderFactory. create(MacroscopicNetwork network, IdGroupingToken idToken)
Factory method, will create zoning based on idToken provided and use it to populate when reading in TNTP zoningstatic TntpZoningReader
TntpZoningReaderFactory. create(MacroscopicNetwork network, Zoning zoningToPopulate)
Factory methodstatic TntpZoningReader
TntpZoningReaderFactory. create(TntpZoningReaderSettings zoningSettings, NetworkReader referenceNetworkReader)
Factory methodstatic TntpZoningReader
TntpZoningReaderFactory. create(TntpZoningReaderSettings zoningSettings, MacroscopicNetwork referenceNetwork, Zoning zoningToPopulate)
Factory method
-