0

I need to insert a 2D attribute and show it as a parameter of a function in my class diagram using Modelio tool.

Andy
  • 33
  • 5

1 Answers1

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