Package com.nomagic.magicdraw.uml.symbols.paths

Package contains implementation of all types of paths notation described in UML.
Paths - Sequences of line segments whose endpoints are attached. Conceptually a path is a single topological entity, although its segments may be manipulated graphically. A segment may not exist apart from its path. Paths are always attached to other graphic symbols at both ends (no dangling lines).
The base class of all paths is PathElement.