|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of result an instance of this
interface produces.public interface KernelProcess<T>
This interface is used to represent processes. A process is a defined series of actions or operations used to produce a desired result.
Method Summary | |
---|---|
void |
run(ResultsManager<T> resultsManager)
Runs this process and adds the generated results to the provided results manager via its ResultsManager.addData(Object) method. |
Method Detail |
---|
void run(ResultsManager<T> resultsManager)
resultsManager
- the results manager
to which the results will be added.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |