|
||||||||||
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.BatchJobResult<T>
T
- the parameter typepublic class BatchJobResult<T>
The class that contains the results of a batch job.
Constructor Summary | |
---|---|
BatchJobResult(BatchJob<T> theJob,
Map<String,Object> theResults)
Constructs an AnalysisBatchJobResult using the AnalysisBatchJob and the results the job computed. |
Method Summary | |
---|---|
BatchJob<T> |
getJob()
Returns the job. |
Map<String,Object> |
getResults()
Returns the analyses results performed by the job. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BatchJobResult(BatchJob<T> theJob, Map<String,Object> theResults)
theJob
- the jobtheResults
- the resultsMethod Detail |
---|
public BatchJob<T> getJob()
public Map<String,Object> getResults()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |