Interface MultiConverterWriter<T,​U>

    • Method Detail

      • getSettings

        ConverterWriterSettings getSettings()
        Any settings to configure the writer can be configured by collecting these settings
        Returns:
        the settings to configure the writer
      • write

        void write​(T entity1,
                   U entity2)
            throws PlanItException
        Write a network to the writer's output format.
        Parameters:
        entity1 - to write
        entity2 - to write
        Throws:
        PlanItException - thrown if error
      • getIdMapperType

        IdMapperType getIdMapperType()
        collect the way the ids should be mapped
        Returns:
        the id mapping choice
      • setIdMapperType

        void setIdMapperType​(IdMapperType idMapper)
        set the way ids should be mapped
        Parameters:
        idMapper - to use