Noun
composite pattern (plural composite patterns)
(software, design) A structural (and partitioning) design pattern where a group of objects are to be treated in the same way as a single instance of an object.
That's a major point of contention with Figure 2's Composite pattern implementation. Source: Internet