Class ModelBasedArgumentConverter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initialize​(ModelConverter modelConverter)
      Initializes the model converter to be used by the implementing class.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface de.rwth.swc.coffee4j.engine.report.ArgumentConverter

        canConvert, convert
    • Constructor Detail

      • ModelBasedArgumentConverter

        public ModelBasedArgumentConverter()
    • Method Detail

      • initialize

        public void initialize​(ModelConverter modelConverter)
        Initializes the model converter to be used by the implementing class.
        Parameters:
        modelConverter - the model converter used for arguments. Must not be null