Uses of Class
org.goplanit.io.converter.service.PlanitServiceNetworkWriterSettings
-
Packages that use PlanitServiceNetworkWriterSettings Package Description org.goplanit.io.converter.intermodal org.goplanit.io.converter.service -
-
Uses of PlanitServiceNetworkWriterSettings in org.goplanit.io.converter.intermodal
Fields in org.goplanit.io.converter.intermodal declared as PlanitServiceNetworkWriterSettings Modifier and Type Field Description protected PlanitServiceNetworkWriterSettings
PlanitIntermodalWriterSettings. serviceNetworkSettings
the service network settings to useMethods in org.goplanit.io.converter.intermodal that return PlanitServiceNetworkWriterSettings Modifier and Type Method Description PlanitServiceNetworkWriterSettings
PlanitIntermodalWriterSettings. getServiceNetworkSettings()
Collect service network settingsConstructors in org.goplanit.io.converter.intermodal with parameters of type PlanitServiceNetworkWriterSettings Constructor Description PlanitIntermodalWriterSettings(PlanitNetworkWriterSettings networkSettings, PlanitZoningWriterSettings zoningSettings, PlanitServiceNetworkWriterSettings serviceNetworkSettings, PlanitRoutedServicesWriterSettings routedServicesSettings)
Constructor -
Uses of PlanitServiceNetworkWriterSettings in org.goplanit.io.converter.service
Methods in org.goplanit.io.converter.service that return PlanitServiceNetworkWriterSettings Modifier and Type Method Description PlanitServiceNetworkWriterSettings
PlanitServiceNetworkWriter. getSettings()
any settings to configure the writer can be configured by collecting these settings
-