How to describe a contained map in UML class diagram?
Posted
by gooli
on Stack Overflow
See other posts from Stack Overflow
or by gooli
Published on 2009-07-28T08:15:13Z
Indexed on
2010/04/06
23:13 UTC
Read the original article
Hit count: 183
uml
I have a MyServer class that contains a Map whose keys are MyClientType objects and whose values are MyClient objects. I'd like to depict this relationship in a class diagram but I can't figure out a clean way to do that.
© Stack Overflow or respective owner