Composite Pattern

Overview

Compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly.

Participants

Component

Leaf

Composite

Parameters

Components Container

Children Enumeration Method

Create Pattern Links

Applicability

Use the Composite when