Uses of Class
org.goplanit.io.converter.service.PlanitServiceNetworkReaderSettings
-
Packages that use PlanitServiceNetworkReaderSettings Package Description org.goplanit.io.converter.intermodal org.goplanit.io.converter.service -
-
Uses of PlanitServiceNetworkReaderSettings in org.goplanit.io.converter.intermodal
Fields in org.goplanit.io.converter.intermodal declared as PlanitServiceNetworkReaderSettings Modifier and Type Field Description protected PlanitServiceNetworkReaderSettings
PlanitIntermodalReaderSettings. serviceNetworkSettings
the service settings to use, only relevant when reading with servicesMethods in org.goplanit.io.converter.intermodal that return PlanitServiceNetworkReaderSettings Modifier and Type Method Description PlanitServiceNetworkReaderSettings
PlanitIntermodalReaderSettings. getServiceNetworkSettings()
provide access to the servicesNetworkSettingsConstructors in org.goplanit.io.converter.intermodal with parameters of type PlanitServiceNetworkReaderSettings Constructor Description PlanitIntermodalReaderSettings(PlanitNetworkReaderSettings networkSettings, PlanitZoningReaderSettings zoningSettings, PlanitServiceNetworkReaderSettings serviceNetworkSettings, PlanitRoutedServicesReaderSettings routedServicesSettings)
Constructor -
Uses of PlanitServiceNetworkReaderSettings in org.goplanit.io.converter.service
Methods in org.goplanit.io.converter.service that return PlanitServiceNetworkReaderSettings Modifier and Type Method Description PlanitServiceNetworkReaderSettings
PlanitServiceNetworkReader. getSettings()
any settings to configure the reader can be configured by collecting these settingsMethods in org.goplanit.io.converter.service with parameters of type PlanitServiceNetworkReaderSettings Modifier and Type Method Description static PlanitServiceNetworkReader
PlanitServiceNetworkReaderFactory. create(PlanitServiceNetworkReaderSettings settings, MacroscopicNetwork parentNetwork)
Create a PLANitServiceNetworkReader based on given settings which in turn contain information on location and parent network to usestatic PlanitServiceNetworkReader
PlanitServiceNetworkReaderFactory. create(PlanitServiceNetworkReaderSettings settings, ServiceNetwork serviceNetwork)
Create a Service Network Reader for given (empty) service network and given settingsstatic PlanitServiceNetworkReader
PlanitServiceNetworkReaderFactory. create(org.goplanit.xml.generated.XMLElementServiceNetwork xmlRawServiceNetwork, PlanitServiceNetworkReaderSettings settings, ServiceNetwork serviceNetwork)
Create a Service Network Reader for given XML root element and service network to populateConstructors in org.goplanit.io.converter.service with parameters of type PlanitServiceNetworkReaderSettings Constructor Description PlanitServiceNetworkReader(PlanitServiceNetworkReaderSettings settings, ServiceNetwork serviceNetwork)
Constructor where settings and service network are directly providedPlanitServiceNetworkReader(org.goplanit.xml.generated.XMLElementServiceNetwork populatedXmlRawServiceNetwork, PlanitServiceNetworkReaderSettings settings, ServiceNetwork serviceNetwork)
Constructor where file has already been parsed and we only need to convert from raw XML objects to PLANit memory model
-