de.dfleischhacker.uni.thesis.userinterface.textbased
Class ResultAggregator.Result

java.lang.Object
  extended by 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.


Field Summary
 int evaluationAlignmentSize
           
 int evaluationClosureSize
           
 int intersectionSize
           
 float precision
           
 float recall
           
 int referenceAlignmentSize
           
 int referenceClosureSize
           
 java.lang.String testcase
           
 
Constructor Summary
ResultAggregator.Result()
           
 
Method Summary
 boolean isError()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ResultAggregator.Result

public ResultAggregator.Result()
Method Detail

isError

public boolean isError()