
Metamodel user guide
ModelElement.Name: Specifies the name that should be added to the namespace of the importing Package in lieu of the name of the imported PackagableElement. The aliased name must not clash with any other member name in the importing Package. By default, no alias is used.


Attribute | Description |
---|---|
VisibilityMode Visibility [0..1] | Specifies the visibility of the imported PackageableElement within the importing Package. The default visibility is the same as that of the imported element. If the imported element does not have a visibility, it is possible to add visibility to the element import.
The visibility of an ElementImport is either public or private. |
Association | Description |
---|---|
ImportedElement : NameSpace [0..1] | |
ImportingNameSpace : NameSpace [0..1] | |
ImportingOperation : Operation [0..1] | Elements imported by the Operation. |