Previous UML Classes Table of Contents UML Packages Next


7.3.52 TypedElement

Kernel


   A typed element has a type.

*Generalizations

   

    NamedElement (from Kernel , Dependencies ) on page 99

*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.

*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