How to find nested class arrow in staruml 5.0?

111 views Asked by At

I use staruml 5.0.2.1570. because I don't like modern web uml diagram editor.

I want to use express nested class. but I can't find the arrow to express it. But I found someone used it like below one. Where can I find it ?

enter image description here

1

There are 1 answers

3
Christophe On

The nested class can be found in the Toolbox under the section Package. It's called Containment. You can draw your nested classes:

enter image description here

As you will notice, StarUML shows the nesting in the Model explorer, as soon as you have modeled the containment.

The reason to show containment under the package section is routed in the UML specification (7.4.4):

Conforming tools may optionally allow the “circle-plus” notation defined in sub clause 12.2.4 to show Package membership to also be used to show membership in other kinds of Namespaces (for example, to show nestedClassifiers and ownedBehaviors of Classes).