Jump to content

Structural pattern

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 204.64.0.171 (talk) at 21:59, 11 July 2007 (Decorator is never named as Wrapper! Corrected by removing Wrapper name). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In Software Engineering, Structural Design Patterns are Design Patterns that ease the design by identifying a simple way to realize relationships between entities.

Examples of Structural Patterns include:

See also