Class MultiConverter<T,​U>

  • Type Parameters:
    T - planit entity to convert
    U - planit entity to convert
    Direct Known Subclasses:
    IntermodalConverter

    public abstract class MultiConverter<T,​U>
    extends ConverterBase
    Convert multiple PLANit entities parsed by a reader from one format and persisted with a writer to another
    Author:
    markr
    • Method Detail

      • convert

        public void convert()
                     throws PlanItException
        Convert the reader's parsed content by passing it on to the writer. It is assumed both reader and writer are fully configured when this method is called
        Specified by:
        convert in class ConverterBase
        Throws:
        PlanItException - thrown if error