I need to insert a 2D attribute and show it as a parameter of a function in my class diagram using Modelio tool.
Asked
Active
Viewed 506 times
0
-
What d oyou mean by a 2D attribute? A attribute typed by a Classe named 2D ? – Red Beard Jan 18 '16 at 09:27
-
A 2D array! As in, variable : integer[0..n][0..n]. Why would i ask about the naming? – Andy Jan 18 '16 at 17:07
1 Answers
0
In pure UML, you have to create a type intergerArray which will represent interger[0..n] then your parameter will be an array of this integerArray.
If you target a specific code implementation Java, C++ or C# Modelio, as any other tool generating code from Model, has a specific way to specify it.
You can ask it here https://www.modelio.org/forum/index.html

Red Beard
- 3,436
- 1
- 14
- 17