[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.mdt.uml2] modeling arrays in uml

hi,

lets say I want to model that class:

class A
{
 int[] age;
}

How do i do this? Is there a special element for arrays? Or is "age" just typed integer and the upper-property is set to "*" ?

And what about multidimensional array like int[][] ?


Thanks for any help