Uses of Class
org.goplanit.io.converter.service.PlanitRoutedServicesReaderSettings
-
Packages that use PlanitRoutedServicesReaderSettings Package Description org.goplanit.io.converter.intermodal org.goplanit.io.converter.service -
-
Uses of PlanitRoutedServicesReaderSettings in org.goplanit.io.converter.intermodal
Fields in org.goplanit.io.converter.intermodal declared as PlanitRoutedServicesReaderSettings Modifier and Type Field Description protected PlanitRoutedServicesReaderSettingsPlanitIntermodalReaderSettings. routedServicesSettingsthe service settings to use, only relevant when reading with servicesMethods in org.goplanit.io.converter.intermodal that return PlanitRoutedServicesReaderSettings Modifier and Type Method Description PlanitRoutedServicesReaderSettingsPlanitIntermodalReaderSettings. getRoutedServicesSettings()provide access to the routed services settingsConstructors in org.goplanit.io.converter.intermodal with parameters of type PlanitRoutedServicesReaderSettings Constructor Description PlanitIntermodalReaderSettings(PlanitNetworkReaderSettings networkSettings, PlanitZoningReaderSettings zoningSettings, PlanitServiceNetworkReaderSettings serviceNetworkSettings, PlanitRoutedServicesReaderSettings routedServicesSettings)Constructor -
Uses of PlanitRoutedServicesReaderSettings in org.goplanit.io.converter.service
Methods in org.goplanit.io.converter.service that return PlanitRoutedServicesReaderSettings Modifier and Type Method Description PlanitRoutedServicesReaderSettingsPlanitRoutedServicesReader. getSettings()any settings to configure the reader can be configured by collecting these settingsMethods in org.goplanit.io.converter.service with parameters of type PlanitRoutedServicesReaderSettings Modifier and Type Method Description static PlanitRoutedServicesReaderPlanitRoutedServicesReaderFactory. create(PlanitRoutedServicesReaderSettings settings, ServiceNetwork parentNetwork)Create a PlanitRoutedServicesReader based on given settings which in turn contain information on location and parent network to usestatic PlanitRoutedServicesReaderPlanitRoutedServicesReaderFactory. create(PlanitRoutedServicesReaderSettings settings, RoutedServices routedServices)Create a PlanitRoutedServicesReader for given (empty) routed services and given settingsstatic PlanitRoutedServicesReaderPlanitRoutedServicesReaderFactory. create(org.goplanit.xml.generated.XMLElementRoutedServices xmlRawRoutedServices, PlanitRoutedServicesReaderSettings settings, RoutedServices routedServices)Create a PlanitRoutedServicesReader for given XML root element and routed services to populateConstructors in org.goplanit.io.converter.service with parameters of type PlanitRoutedServicesReaderSettings Constructor Description PlanitRoutedServicesReader(PlanitRoutedServicesReaderSettings settings, RoutedServices routedServices)Constructor where settings and routed services to populate are directly providedPlanitRoutedServicesReader(IdGroupingToken idToken, ServiceNetwork parentServiceNetwork, PlanitRoutedServicesReaderSettings settings)Constructor where settings are directly provided such that input information can be extracted from itPlanitRoutedServicesReader(org.goplanit.xml.generated.XMLElementRoutedServices populatedXmlRawRoutedServices, PlanitRoutedServicesReaderSettings settings, RoutedServices routedServices)Constructor where file has already been parsed and we only need to convert from raw XML objects to PLANit memory model
-