Previous | UML Classes | Table of Contents | UML Packages | Next |
A type constrains the values represented by a typed element.
•
PackageableElement (from Kernel ) on page 111
A type serves as a constraint on the range of values represented by a typed element. Type is an abstract metaclass.
No additional attributes
No additional associations
No additional constraints
[1] The query conformsTo() gives true for a type that conforms to another. By default, two types do not conform to each other.
This query is intended to be redefined for specific conformance situations.
conformsTo(other: Type): Boolean;conformsTo = false
A type represents a set of values. A typed element that has this type is constrained to represent values within this set.
No general notation