Architecting and designing > SysML > Relationships > Package Import
  
Package Import
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
Association
Connector
Dependency
Extension
InformationFlow
Realization
BlockNamespaceContainment
Comment to AnnotatedElement
Constraint to ConstrainedElement
ElementGroup to Element
Generalization
Instance Specification Relationships
Package Containment
Port Provides (Realizes) Interface
Port Requires (Uses) Interface
Substitution
Go up to
Relationships