What's the difference between the operator *
and the operator 0..*
in UML (unified modeling language)?
I saw this two cardinality operators, but I don't now which one I must to use.
What's the difference between the operator *
and the operator 0..*
in UML (unified modeling language)?
I saw this two cardinality operators, but I don't now which one I must to use.
The notation '*' is a shortcut for '0..*'. the correct notation to use in this case is '*'. From the UML 2.4 spec: