Classe "PackageImport"

Description

Propriétaire : Méta-modèle UML simplifié

A package import is a relationship that allows the use of unqualified names to refer to package members from other namespaces.

A package import is defined as a directed relationship that identifies a package whose members are to be imported by a namespace.A package import is a relationship 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 element import to each individual member of the imported namespace, unless there is already a separately defined element import.

Classes parentes :

Diagrammes de classes : Associations : Attributs :