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 PlanitServiceNetworkWriterSettingsPlanitIntermodalWriterSettings. serviceNetworkSettingsthe service network settings to useMethods in org.goplanit.io.converter.intermodal that return PlanitServiceNetworkWriterSettings Modifier and Type Method Description PlanitServiceNetworkWriterSettingsPlanitIntermodalWriterSettings. 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 PlanitServiceNetworkWriterSettingsPlanitServiceNetworkWriter. getSettings()any settings to configure the writer can be configured by collecting these settings
-