U - external Marking typeV - internal Marking typepublic interface TypeTransformingEvaluatorDecorator<U extends org.aksw.gerbil.transfer.nif.Marking,V extends org.aksw.gerbil.transfer.nif.Marking> extends Evaluator<U>
Evaluator interface for the type
<U> but transforms the lists internally into lists of <V> before
calling the
Evaluator.evaluate(java.util.List, java.util.List, EvaluationResultContainer)
method of the decorated Evaluator. The way how it is transformed
depends on the implementation of this interface.| Modifier and Type | Method and Description |
|---|---|
Evaluator<V> |
getDecorated()
Returns the decorated
Evaluator. |
Copyright © 2014–2017. All rights reserved.