Class PlanitIntermodalReaderSettings

    • Constructor Detail

      • PlanitIntermodalReaderSettings

        public PlanitIntermodalReaderSettings()
        Default constructor
      • PlanitIntermodalReaderSettings

        public PlanitIntermodalReaderSettings​(String inputPathDirectory)
        Constructor
        Parameters:
        inputPathDirectory - to use
      • PlanitIntermodalReaderSettings

        public PlanitIntermodalReaderSettings​(String inputPathDirectory,
                                              String xmlFileExtension)
        Constructor
        Parameters:
        inputPathDirectory - to use
        xmlFileExtension - to use
    • Method Detail

      • getNetworkSettings

        public PlanitNetworkReaderSettings getNetworkSettings()
        provide access to the network reader settings
        Returns:
        network reader settings
      • getZoningSettings

        public PlanitZoningReaderSettings getZoningSettings()
        provide access to the zoning reader settings
        Returns:
        zoning reader settings
      • getRoutedServicesSettings

        public PlanitRoutedServicesReaderSettings getRoutedServicesSettings()
        provide access to the routed services settings
        Returns:
        routed services settings
      • getServiceNetworkSettings

        public PlanitServiceNetworkReaderSettings getServiceNetworkSettings()
        provide access to the servicesNetworkSettings
        Returns:
        servicesNetworkSettings
      • setInputDirectory

        public void setInputDirectory​(String inputDirectory)
        set the input path directory used for all underlying component settings
        Parameters:
        inputDirectory - to use