Interface MultiConverterReader<T,​U>

    • 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

        Pair<T,​U> read()
                      throws PlanItException
        parse the network based on the configuration of the implementing class to yield a PLANit network
        Returns:
        parsed entities
        Throws:
        PlanItException - thrown if error