Abstract Class UML 2.4.1::TypedElement
Description:
A typed element is a kind of named element that represents an element with
a type.A typed element has a type.
Direct Superclasses: NamedElementDirect Subclasses: ValueSpecification,
StructuralFeature,
ObjectNode,
ConnectableElementClass Precedence List: TypedElement,
NamedElement,
ElementProperties:
![](/se-interop/image/down-arrow.png?hunchentoot-session=14427%3A6E10215E8E51727A24C1F177E31189E5)
type :
Type (0 1); -- source
TypedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=14427%3A6E10215E8E51727A24C1F177E31189E5)
clientDependency :
Dependency (0 *); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=14427%3A6E10215E8E51727A24C1F177E31189E5)
name : String (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=14427%3A6E10215E8E51727A24C1F177E31189E5)
nameExpression :
StringExpression (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=14427%3A6E10215E8E51727A24C1F177E31189E5)
namespace :
Namespace (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=14427%3A6E10215E8E51727A24C1F177E31189E5)
qualifiedName : String (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=14427%3A6E10215E8E51727A24C1F177E31189E5)
visibility :
VisibilityKind (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=14427%3A6E10215E8E51727A24C1F177E31189E5)
ownedComment :
Comment (0 *); -- source
Element![](/se-interop/image/down-arrow.png?hunchentoot-session=14427%3A6E10215E8E51727A24C1F177E31189E5)
ownedElement :
Element (0 *); -- source
Element![](/se-interop/image/down-arrow.png?hunchentoot-session=14427%3A6E10215E8E51727A24C1F177E31189E5)
owner :
Element (0 1); -- source
ElementConstraints:
Signature: CMOF_14_3_22() : Boolean;
Description: 14.3 [22] A TypedElement other than a LiteralSpecification or an OpaqueExpression must have a Type
see also: https://sites.google.com/site/metamodelingantipatterns/catalog/mof/typed-element-has-no-type
Expression: not (oclIsKindOf(LiteralSpecification) or oclIsKindOf(OpaqueExpression)) implies type->notEmpty()
Signature: CMOF_14_3_21() : Boolean;
Description: 14.3 [21] A TypedElement cannot be typed by an Association
see also: https://sites.google.com/site/metamodelingantipatterns/catalog/mof/typed-element-has-association-type
Expression: not type.oclIsKindOf(Association)
Operations:
No additional operations.
Send questions or comments to
[email protected].