|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Pipeline
Interface for a pipline. Pipelines store an ordered list of modules which are to executed in sequence in which they are entered. Step runs the pipeline once, that is it executes all modules in the order that they occur in the pipeline.
Method Summary | |
---|---|
void |
addModule(Module m)
Adds a module to the pipeline |
Module |
getModule(int i)
Gets module number i from the pipeline |
java.util.Collection<Module> |
getModules()
Gets a Collection |
void |
step()
Step through all the modules in the pipeline once |
Method Detail |
---|
void step()
void addModule(Module m)
m
- Module to addModule getModule(int i)
i
- Number of module to get from the pipeline
java.util.Collection<Module> getModules()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |