Object Oriented Software Engineering   View all facts   Glossary   Help
subject > pattern > architectural pattern > pipe and filter
Next architectural patterntransaction-processing    Uparchitectural pattern    Previous architectural patternmulti-layer   

pipe and filter comparison table
Subject use increases facilitate has definition reduce is a synonym of is a kind of have advantage
architectural pattern   A pattern used in software architecture architectural stylepattern 
pipe and filtera pipelinereuse because it is often possible to find reusable components to insert into a pipelinedesigning for testability because it is normally easy to test the individual processesAn architectural pattern in which data in a standard format is passed through a series of processes (filters) that transform it in some waycoupling because the processes have only one input and one output, normally using a standard formattransformational architecturearchitectural patternthe system can be modified easily by adding or changing the transformational processes

Next architectural patterntransaction-processing    Uparchitectural pattern    Previous architectural patternmulti-layer