Package de.cau.cs.kieler.kiml.grana.batch

Classes related to the batch execution of analyses.

See:
          Description

Interface Summary
IBatchResultSerializer The interface for all classes which implement a serializer for batch results.
IKGraphProvider<T> The interface for KGraph providers.
 

Class Summary
Batch The class which represents an analysis batch.
BatchJob<T> The class which represents an analysis batch job.
BatchJobResult<T> The class that contains the results of a batch job.
BatchResult The class which contains the information about the results of an analysis batch run.
CSVResultSerializer A batch result serializer which saves the information as CSV.
DiagramKGraphProvider The KGraph provider that retrieves a KGraph by opening a diagram file in an editor and using KIML to build the graph structure.
 

Package de.cau.cs.kieler.kiml.grana.batch Description

Classes related to the batch execution of analyses.