How do I represent integer array as attribute of a class in Visual Studio 2010's UML class diagrams?
How do I represent integer ar开发者_开发问答ray 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?
I would simply indicate the type as Integer and the multiplicity as *.
It is not Ordered. Ordered is for collections that are sorted.
精彩评论