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 TntpDemandsReaderTntpDemandsReaderFactory. create(TntpDemandsReaderSettings demandsSettings, TntpZoningReader referenceZoningReader)Factory methodstatic TntpDemandsReaderTntpDemandsReaderFactory. 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 TntpZoningReaderTntpZoningReaderFactory. create(String networkInputFile, MacroscopicNetwork network, IdGroupingToken idToken)Factory methodstatic TntpZoningReaderTntpZoningReaderFactory. create(String networkInputFile, MacroscopicNetwork network, Zoning zoningToPopulate)Factory methodstatic TntpZoningReaderTntpZoningReaderFactory. create(NetworkReader referenceNetworkReader)Factory methodstatic TntpZoningReaderTntpZoningReaderFactory. create(MacroscopicNetwork network, IdGroupingToken idToken)Factory method, will create zoning based on idToken provided and use it to populate when reading in TNTP zoningstatic TntpZoningReaderTntpZoningReaderFactory. create(MacroscopicNetwork network, Zoning zoningToPopulate)Factory methodstatic TntpZoningReaderTntpZoningReaderFactory. create(TntpZoningReaderSettings zoningSettings, NetworkReader referenceNetworkReader)Factory methodstatic TntpZoningReaderTntpZoningReaderFactory. create(TntpZoningReaderSettings zoningSettings, MacroscopicNetwork referenceNetwork, Zoning zoningToPopulate)Factory method
-