Please explain me, what {optional}
means in ship description.
Is it some value from UML documentation or a mistake?
Please explain me, what {optional}
means in ship description.
Is it some value from UML documentation or a mistake?
I think (!) this is an invention of StarUML (since I suppose you used this tool to create it). UML does not have such a property modifier (see p. 111 of the UML specs for a complete list of valid keywords). Optionality is represented by adding a multiplicity [0..1]
like this:
However, I guess everyone could easily recognize the same semantic from that {optional}
property modifier.