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

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

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

Methods in de.cau.cs.kieler.kiml.grana.batch that return BatchJobResult
 BatchJobResult<T> BatchJob.execute(List<AbstractInfoAnalysis> analyses, IKielerProgressMonitor monitor)
          Executes the job which consists of retrieving a KGraph instance through the KGraph provider and performing the given analyses on it.
 

Methods in de.cau.cs.kieler.kiml.grana.batch that return types with arguments of type BatchJobResult
 List<BatchJobResult<?>> BatchResult.getJobResults()
          Returns the job results.
 

Methods in de.cau.cs.kieler.kiml.grana.batch with parameters of type BatchJobResult
 void BatchResult.appendJobResult(BatchJobResult<?> result)
          Appends a job result.