Skip to content
#

composite-pattern

Here are 76 public repositories matching this topic...

A composite pattern is a partitioning design pattern and describes a group of objects that are treated the same way as a single instance of the same type of object. The intent of a composite is to “compose” objects into tree structures to represent part-whole hierarchies. It allows you to have a tree structure and ask each node in the tree struc…

  • Updated Jun 6, 2021
  • Java

Improve this page

Add a description, image, and links to the composite-pattern topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the composite-pattern topic, visit your repo's landing page and select "manage topics."

Learn more