How do I represent integer array as attribute of a class in Visual Studio 2010's UML class diagrams?
Posted
by AndrejaKo
on Stack Overflow
See other posts from Stack Overflow
or by AndrejaKo
Published on 2010-05-22T11:56:14Z
Indexed on
2010/05/22
12:30 UTC
Read the original article
Hit count: 185
visual-studio-2010
|uml
How do I represent integer array as attribute of a class in Visual Studio 2010's UML class diagrams? I know hot to add normal integers, but I'm hoping that there is a way to do it other than adding [] to integer's name.
I'm new to UML, so I could be missing something obvious here.
Should I use Is ordered and Is unique?
© Stack Overflow or respective owner