Interface ConverterWriter<T>

    • 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 entity)
            throws PlanItException
        write a network to the writer's output format.
        Parameters:
        entity - entity to write
        Throws:
        PlanItException - thrown if error
      • getIdMapperType

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

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