public abstract class EvaluatorJob extends Object implements Callable<List<EvaluationStatistics>>
Modifier and Type | Field and Description |
---|---|
protected List<EvaluationStatistics> |
m_Result
the results.
|
Constructor and Description |
---|
EvaluatorJob() |
Modifier and Type | Method and Description |
---|---|
List<EvaluationStatistics> |
call()
Performs the evaluation and stores the results.
|
protected abstract List<EvaluationStatistics> |
doCall()
Performs the actual evaluation.
|
List<EvaluationStatistics> |
getResult()
Returns the results.
|
protected List<EvaluationStatistics> m_Result
protected abstract List<EvaluationStatistics> doCall() throws Exception
Exception
- if evaluation failspublic List<EvaluationStatistics> call() throws Exception
call
in interface Callable<List<EvaluationStatistics>>
Exception
- if evaluation failspublic List<EvaluationStatistics> getResult()
Copyright © 2017. All Rights Reserved.