|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.grana.batch.BatchResult
public class BatchResult
The class which contains the information about the results of an analysis batch run.
Constructor Summary | |
---|---|
BatchResult(List<AbstractInfoAnalysis> theAnalyses)
Constructs an AnalysisBatchResult. |
Method Summary | |
---|---|
void |
appendFailedJob(BatchJob<?> batchJob,
Exception e)
Appends a failed job with the exception that caused the failure. |
void |
appendJobResult(BatchJobResult<?> result)
Appends a job result. |
List<AbstractInfoAnalysis> |
getAnalyses()
Returns the analyses which have been performed in the batch run. |
List<Pair<BatchJob<?>,Exception>> |
getFailedJobs()
Returns pairs of the failed jobs and the exceptions that caused the failure. |
List<BatchJobResult<?>> |
getJobResults()
Returns the job results. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BatchResult(List<AbstractInfoAnalysis> theAnalyses)
theAnalyses
- the analyses performed in the batch runMethod Detail |
---|
public List<AbstractInfoAnalysis> getAnalyses()
public List<BatchJobResult<?>> getJobResults()
public void appendJobResult(BatchJobResult<?> result)
result
- the job resultpublic List<Pair<BatchJob<?>,Exception>> getFailedJobs()
public void appendFailedJob(BatchJob<?> batchJob, Exception e)
batchJob
- the jobe
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |