Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » modeling arrays in uml
modeling arrays in uml [message #627762] Thu, 02 July 2009 16:10
No real name is currently offline No real nameFriend
Messages: 61
Registered: July 2009
Member
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
Previous Topic:GeneralizationSet
Next Topic:modeling arrays in uml
Goto Forum:
  


Current Time: Tue Apr 16 09:04:22 GMT 2024

Powered by FUDForum. Page generated in 0.60785 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top