Package import relationship
A package import is a directed relationship that identifies a package whose members are imported by a namespace. A package import relationship between packages means that a package imports and can access elements within another package. A package import allows a package to import the members of another package making it possible to refer to elements of the imported package as if they were defined in the importing package.
As the following figure illustrates, a package import relationship is displayed in the diagram editor as a dashed line with an open arrow pointing from the imported namespace to the imported package. The keyword «packageimport» is attached to the connector.
No comments:
Post a Comment