|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.grana.batch.Batch
public class Batch
The class which represents an analysis batch.
Constructor Summary | |
---|---|
Batch(List<AbstractInfoAnalysis> theAnalyses)
Constructs a Batch. |
Method Summary | |
---|---|
void |
appendJob(BatchJob<?> batchJob)
Appends a batch job to the batch. |
BatchResult |
execute(IKielerProgressMonitor monitor)
Executes the batch which consists of the execution of all batch jobs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Batch(List<AbstractInfoAnalysis> theAnalyses)
theAnalyses
- the analyses which will be exectuted in the batch runMethod Detail |
---|
public void appendJob(BatchJob<?> batchJob)
batchJob
- the batch jobpublic BatchResult execute(IKielerProgressMonitor monitor)
monitor
- the monitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |