Structural Patterns - Composite
        Melbourne Patterns Group July 1 2009
                   Chris Bushell
Intent
Allow clients to treat primitive objects and
containers in the same way
Graphics Example
• Line

• Rectangle

• Text

etc.
Graphics Example Continued
Graphic
  Line
  Rectangle
  Picture
        Line
        Rectangle
Recursive Composition
Puzzle Example
Participants
• Component

• Leaf

• Composite
Participants
Code

Composite Pattern