Class ModelBasedArgumentConverter
- java.lang.Object
-
- de.rwth.swc.coffee4j.model.report.ModelBasedArgumentConverter
-
- All Implemented Interfaces:
de.rwth.swc.coffee4j.engine.report.ArgumentConverter
- Direct Known Subclasses:
CombinationArgumentConverter,ParameterArgumentConverter,TupleListArgumentConverter,ValueArgumentConverter
public abstract class ModelBasedArgumentConverter extends java.lang.Object implements de.rwth.swc.coffee4j.engine.report.ArgumentConverterSomeArgumentConverterneed aModelConverterso that they can convert internal representations to external representations. This class handles the initialization of said converter.
-
-
Field Summary
Fields Modifier and Type Field Description protected ModelConvertermodelConverter
-
Constructor Summary
Constructors Constructor Description ModelBasedArgumentConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize(ModelConverter modelConverter)Initializes the testModel converter to be used by the implementing class.
-
-
-
Field Detail
-
modelConverter
protected ModelConverter modelConverter
-
-
Method Detail
-
initialize
public void initialize(ModelConverter modelConverter)
Initializes the testModel converter to be used by the implementing class.- Parameters:
modelConverter- the testModel converter used for arguments. Must not benull
-
-