5

I am having problems modeling matrixes of a not defined number of places in StarUML... I've read in a previous question that, to add an array as an attribute, you have to write:

array: int[*]

After seeing that, I tried:

matrix: int[][]

matrix: int[ * ][ * ]

matrix: int[ * ][ ]

matrix: int[ ][ * ]

But none worked. They all sent a wrong syntax error popup. Does anyone know what the correct syntax would be?

Ahmed Ashour
  • 5,179
  • 10
  • 35
  • 56
Narkast
  • 98
  • 1
  • 7
  • Have you looked into this http://stackoverflow.com/questions/7949622/staruml-class-diagram-add-attribute-of-the-type-guid – Puneeth Rai Jan 19 '15 at 16:35

0 Answers0