Package com.nomagic.magicdraw.uml.symbols.shapes

Shapes package contains all types of shapes (nodes) notation described in UML Notation Guide.
Shapes - Two-dimensional symbols have variable height and width and they can expand to hold other things, such as lists of strings or other symbols. Many of them are divided into compartments of similar or different kinds. Paths are connected to two-dimensional symbols by terminating the path on the boundary of the symbol. Dragging or deleting a 2-d symbol affects its contents and any paths connected to it.
The base class for all shapes is ShapeElement.