General Description

A Pipeline is a list of modules. The pipeline will be given data which will be passed through associated pipeline modules. The result of the final pipeline modules execution will be passed out of the pipeline as the pipelines overall result.

Within the pipeline, the result of one modules execution will be passed as the input data for the next module.



David Goodwin 2008-10-21