de.dfleischhacker.uni.thesis.userinterface.textbased
Class ResultAggregator.Result
java.lang.Object
de.dfleischhacker.uni.thesis.userinterface.textbased.ResultAggregator.Result
- Direct Known Subclasses:
- ResultAggregator.ErrorMessage
- Enclosing class:
- ResultAggregator
public class ResultAggregator.Result
- extends java.lang.Object
Internal class representing a result consisting of testcase name and
precision and recall values. May be returned through getResult()
method.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
testcase
public java.lang.String testcase
precision
public float precision
recall
public float recall
evaluationAlignmentSize
public int evaluationAlignmentSize
referenceAlignmentSize
public int referenceAlignmentSize
evaluationClosureSize
public int evaluationClosureSize
referenceClosureSize
public int referenceClosureSize
intersectionSize
public int intersectionSize
ResultAggregator.Result
public ResultAggregator.Result()
isError
public boolean isError()