Uses of Class
org.goplanit.io.converter.service.PlanitServiceNetworkReaderSettings
-
Packages that use PlanitServiceNetworkReaderSettings Package Description org.goplanit.io.converter.service -
-
Uses of PlanitServiceNetworkReaderSettings in org.goplanit.io.converter.service
Methods in org.goplanit.io.converter.service that return PlanitServiceNetworkReaderSettings Modifier and Type Method Description PlanitServiceNetworkReaderSettingsPlanitServiceNetworkReader. 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 PlanitServiceNetworkReaderPlanitServiceNetworkReaderFactory. create(PlanitServiceNetworkReaderSettings settings)Create a PLANitServiceNetworkReader based on given settings which in turn contain information on location and parent network to usestatic PlanitServiceNetworkReaderPlanitServiceNetworkReaderFactory. create(PlanitServiceNetworkReaderSettings settings, ServiceNetwork serviceNetwork)Create a Service Network Reader for given (empty) service network and given settingsConstructors 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(IdGroupingToken idToken, PlanitServiceNetworkReaderSettings settings)Constructor where settings are directly provided such that input information can be extracted from it
-