|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.validation.Tools
public class Tools
Tools class for validation operators. This class provides methods for average building of performance vectors and other average vectors.
Constructor Summary | |
---|---|
Tools()
|
Method Summary | |
---|---|
static PerformanceVector |
getPerformanceVector(java.util.List<AverageVector> averageVectors)
Returns the first performance vector in the given list or null if no performance vectors exist. |
static void |
handleAverages(IOContainer evalOutput,
java.util.List<AverageVector> averageVectors)
Searches for the average vectors in the given IOContainer and fills the list if it is empty or build the averages. |
static void |
handleAverages(IOContainer evalOutput,
java.util.List<AverageVector> averageVectors,
boolean onlyPerformanceVectors)
Searches for the average vectors in the given IOContainer and fills the list if it is empty or build the averages. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tools()
Method Detail |
---|
public static void handleAverages(IOContainer evalOutput, java.util.List<AverageVector> averageVectors) throws OperatorException
OperatorException
public static void handleAverages(IOContainer evalOutput, java.util.List<AverageVector> averageVectors, boolean onlyPerformanceVectors) throws OperatorException
OperatorException
public static PerformanceVector getPerformanceVector(java.util.List<AverageVector> averageVectors)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |