Book a Demo

Author Topic: How do you specify a MARTE UML collectionType?  (Read 3071 times)

mse

  • EA User
  • **
  • Posts: 308
  • Karma: +1/-0
    • View Profile
How do you specify a MARTE UML collectionType?
« on: January 19, 2023, 03:54:58 am »
I am learning about the MARTE UML profile and wanted to know how one specifies an array. I know there is a <<collectionType>>, but then there is this "collectionAttrib" that one sets. This part I don't understand. How would a simple array 10 elements of type T look like such as this?

nameOfArray T[10]

Code: [Select]
+-------------------------+
| <<collectionType>>      |
| nameOfArray             |
+-------------------------+
| collectionAttrib?       |
+-------------------------+