|
||||||||||
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.BatchJob<T>
T
- the type of the parameterpublic class BatchJob<T>
The class which represents an analysis batch job.
Constructor Summary | |
---|---|
BatchJob(T param,
IKGraphProvider<T> provider)
Constructs an AnalysisBatchJob. |
|
BatchJob(T param,
KNode graph)
The alternative constructor for an AnalysisBatchJob using a KGraph instance instead of a KGraph provider. |
Method Summary | |
---|---|
BatchJobResult<T> |
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. |
T |
getParameter()
Returns the parameter of the job. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BatchJob(T param, IKGraphProvider<T> provider)
param
- the parameterprovider
- the KGraph providerpublic BatchJob(T param, KNode graph)
param
- the parametergraph
- the KGraph instanceMethod Detail |
---|
public T getParameter()
public BatchJobResult<T> execute(List<AbstractInfoAnalysis> analyses, IKielerProgressMonitor monitor) throws Exception
analyses
- the analysesmonitor
- the progress monitor
Exception
- any kind of exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |