The Pipes and Filters (70) architectural style connects filters directly to each other with fixed pipes. This makes sense because many applications of the Pipes and Filters (70) pattern (e.g., [POSA]) are based on a large set of data items, each of which undergoes the same sequential processing steps.

