Previous Table of Contents Next


9.20.2 TypedElement


   A typed element has a type.

   Description

   A typed element is an element that has a type that serves as a constraint on the range of values the element can represent. Typed element is an abstract metaclass.

   Generalizations

   • “NamedElement? on page 71

   Attributes

   No additional attributes

   Associations

   • type: Type [0..1] The type of the TypedElement.

   Constraints

   No additional constraints.

   Semantics

   Values represented by the element are constrained to be instances of the type. A typed element with no associated type may represent values of any type.

   Notation

   No general notation