de.cau.cs.kieler.kiml.grana.batch
Class BatchJobResult<T>

java.lang.Object
  extended by de.cau.cs.kieler.kiml.grana.batch.BatchJobResult<T>
Type Parameters:
T - the parameter type

public class BatchJobResult<T>
extends Object

The class that contains the results of a batch job.

Rating red

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

BatchJobResult

public BatchJobResult(BatchJob<T> theJob,
                      Map<String,Object> theResults)
Constructs an AnalysisBatchJobResult using the AnalysisBatchJob and the results the job computed.

Parameters:
theJob - the job
theResults - the results
Method Detail

getJob

public BatchJob<T> getJob()
Returns the job.

Returns:
the job

getResults

public Map<String,Object> getResults()
Returns the analyses results performed by the job.

Returns:
the results