Elements package

The Elements subpackage of the Abstractions package specifies the most basic abstract construct, Element.

Element
An element is a constituent of a model.
Description
Element is an abstract metaclass with no superclass. It is used as the common superclass for all metaclasses in the
infrastructure library.
Attributes
No additional attributes.
Associations
No additional associations.
Constraints
No additional constraints.
Semantics
Subclasses of Element provide semantics appropriate to the concept they represent.
Notation
There is no general notation for an Element. The specific subclasses of Element define their own notation.