This post originated from an RSS feed registered with Ruby Buzz
by Steven Baker.
Original Post: UML with Mixins
Feed Title: conaltradh
Feed URL: http://blog.lavalamp.ca/xml/rss20/feed.xml
Feed Description: Musings of Steven R. Baker, Ruby geek, and general nut.
I am currently working on a UML model1 of a largeish Rails application. I have the inheritance diagrams complete, but a lot of my classes are using mixins.
My question to you, dearest lazyweb, is this: How do I appropriately indicate usage of mixins in a UML diagram?
Thanks,
-Steven
1 For documentation purposes. No, I didn’t do something stupid like use a code generation tool.