Reputation: 16028
Could someone kindly explain what are design pattern headings in UML? Most of the information I can find is too complex for beginners.
Upvotes: 0
Views: 193
Reputation: 8100
Not sure this is what you are looking for, but the classic Gang of Four patterns are most often documented according to a certain template, breaking down the pattern description into sections.
It describes the pattern as a whole, motivation behind the pattern. Then a more detailed information follows, describing the participants, variations, consequences, known usages in real systems and so on.
See: Gang of Four Template, How do I document a design pattern?
Upvotes: 1