Previous | UML Classes | Table of Contents | UML Packages | Next |
A typed element has a type.
•
NamedElement (from Kernel , Dependencies ) on page 99
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.
No additional attributes
• type: Type [0..1] The type of the TypedElement .
No additional constraints
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.
No general notation