Architecting and designing : UML 2.5 : Package views : Package Import relationship
  
Package Import relationship
A PackageImport is a DirectedRelationship between an importing Namespace and a Package, indicating that the importing Namespace adds the names of the members of the Package to its own Namespace.
Conceptually, a Package import is equivalent to having an ElementImport to each individual member of the imported Namespace, unless there is a separately-defined ElementImport. If there is an ElementImport for an Element, then this takes precedence over a potential import of the same Element through a PackageImport.
Relates
The Package Import relationship can be drawn like this:
From
To
Package
Package
Example
This graphic is described in the surrounding text.
See also
Package
Package Containment relationship
Go up to
Package views