Can someone send me an article or a book where i can find how to use design patterns inside UML class diagrams? Extra points for references having a case study and a summary about how to use design patterns throughout the UML class diagram.
6
votes
2 Answers
5
votes
Check out the paper design patterns in UML:
and a useful link here:
http://www.developer.com/design/article.php/3309461/Using-Design-Patterns-in-UML.htm
If you are looking for a book, try Applying Design Patterns and UML
http://www.amazon.com/Applying-UML-Patterns-Craig-Larman/dp/0137488807
1
votes