Applied Design Patterns with Java

Structural :: Composite (163) {C ch 11}

Applicability

Use the Composite pattern when:


Structure

The Composite pattern has this general organization:

A typical Composite object structure might look like this:

Participants

Catalog Structural Prev Next