Uses of Class
de.cau.cs.kieler.kiml.grana.batch.BatchJob

Packages that use BatchJob
de.cau.cs.kieler.kiml.grana.batch Classes related to the batch execution of analyses. 
 

Uses of BatchJob in de.cau.cs.kieler.kiml.grana.batch
 

Methods in de.cau.cs.kieler.kiml.grana.batch that return BatchJob
 BatchJob<T> BatchJobResult.getJob()
          Returns the job.
 

Methods in de.cau.cs.kieler.kiml.grana.batch that return types with arguments of type BatchJob
 List<Pair<BatchJob<?>,Exception>> BatchResult.getFailedJobs()
          Returns pairs of the failed jobs and the exceptions that caused the failure.
 

Methods in de.cau.cs.kieler.kiml.grana.batch with parameters of type BatchJob
 void BatchResult.appendFailedJob(BatchJob<?> batchJob, Exception e)
          Appends a failed job with the exception that caused the failure.
 void Batch.appendJob(BatchJob<?> batchJob)
          Appends a batch job to the batch.
 

Constructors in de.cau.cs.kieler.kiml.grana.batch with parameters of type BatchJob
BatchJobResult(BatchJob<T> theJob, Map<String,Object> theResults)
          Constructs an AnalysisBatchJobResult using the AnalysisBatchJob and the results the job computed.