Using more strict modeling tools (unlike just paint editors) makes you to remember at least basic UML specification
.
For example, in the case of modelio
, you have to seperately add to the diagram any specific data type which is further used within the class attribute's declaration.
But how do I set a List
of objects as a data type? I'm currently using Miltiplicity min
and Multiplicity max
parameters to set the link multiplicity proprties.
I guess these params are more likely for declaring simple arrays.