Uses of Class
org.goplanit.tntp.converter.zoning.TntpZoningReaderSettings
-
Packages that use TntpZoningReaderSettings Package Description org.goplanit.tntp.converter.zoning 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 TntpZoningReaderSettings in org.goplanit.tntp.converter.zoning
Methods in org.goplanit.tntp.converter.zoning that return TntpZoningReaderSettings Modifier and Type Method Description TntpZoningReaderSettings
TntpZoningReader. getSettings()
any settings to configure the reader can be configured by collecting these settingsMethods in org.goplanit.tntp.converter.zoning with parameters of type TntpZoningReaderSettings Modifier and Type Method Description static TntpZoningReader
TntpZoningReaderFactory. create(TntpZoningReaderSettings zoningSettings, NetworkReader referenceNetworkReader)
Factory methodstatic TntpZoningReader
TntpZoningReaderFactory. create(TntpZoningReaderSettings zoningSettings, MacroscopicNetwork referenceNetwork, Zoning zoningToPopulate)
Factory methodConstructors in org.goplanit.tntp.converter.zoning with parameters of type TntpZoningReaderSettings Constructor Description TntpZoningReader(TntpZoningReaderSettings zoningSettings, NetworkReader referenceNetworkReader)
ConstructorTntpZoningReader(TntpZoningReaderSettings zoningSettings, MacroscopicNetwork referenceNetwork, Zoning zoningToPopulate)
Constructor -
Uses of TntpZoningReaderSettings in org.goplanit.tntp.input
Methods in org.goplanit.tntp.input that return TntpZoningReaderSettings Modifier and Type Method Description TntpZoningReaderSettings
TntpInputBuilder. getZoningReaderSettings()
-
Uses of TntpZoningReaderSettings in org.goplanit.tntp.project
Methods in org.goplanit.tntp.project that return TntpZoningReaderSettings Modifier and Type Method Description TntpZoningReaderSettings
TntpProject. getZoningReaderSettings()
-