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

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

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

Methods in de.cau.cs.kieler.kiml.grana.batch that return BatchResult
 BatchResult Batch.execute(IKielerProgressMonitor monitor)
          Executes the batch which consists of the execution of all batch jobs.
 

Methods in de.cau.cs.kieler.kiml.grana.batch with parameters of type BatchResult
 void CSVResultSerializer.serialize(OutputStream outputStream, BatchResult batchResult, IKielerProgressMonitor monitor)
          Serializes a batch result to the given output stream.
 void IBatchResultSerializer.serialize(OutputStream outputStream, BatchResult batchResult, IKielerProgressMonitor monitor)
          Serializes a batch result to the given output stream.