Composite パターン
1. Composite patternIn software engineering, the composite pattern is a partitioning design pattern. The composite pattern describes that a group of objects are to be treated in the same way as a single instance of an object. The intent of a composite is to "compose" objects into tree structures to represent part-whole hierarchies. Implementing the composite pattern lets clients treat individual objects and compositions uniformly.
Read “Composite pattern” on English Wikipedia
Read “Composite パターン” on Japanese Wikipedia
Read “Composite pattern” on DBpedia
Read “Composite pattern” on English Wikipedia
Read “Composite パターン” on Japanese Wikipedia
Read “Composite pattern” on DBpedia
Discussions
Log in to talk about this word.