Interface ConverterReader<T>

    • Method Detail

      • getSettings

        ConverterReaderSettings getSettings()
        any settings to configure the reader can be configured by collecting these settings
        Returns:
        the settings to configrue the reader
      • read

        T read()
        parse the network based on the configuration of the implementing class to yield a PLANit network
        Returns:
        parsed network