Abstract Class UML 2.3::TypedElement
Description:
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=109862%3AFCB9A3CF4EB8287D1674E3439FBAACC8)
type :
Type (0 1); -- source
TypedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=109862%3AFCB9A3CF4EB8287D1674E3439FBAACC8)
clientDependency :
Dependency (0 *); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=109862%3AFCB9A3CF4EB8287D1674E3439FBAACC8)
name : String (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=109862%3AFCB9A3CF4EB8287D1674E3439FBAACC8)
nameExpression :
StringExpression (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=109862%3AFCB9A3CF4EB8287D1674E3439FBAACC8)
namespace :
Namespace (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=109862%3AFCB9A3CF4EB8287D1674E3439FBAACC8)
qualifiedName : String (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=109862%3AFCB9A3CF4EB8287D1674E3439FBAACC8)
visibility :
VisibilityKind (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=109862%3AFCB9A3CF4EB8287D1674E3439FBAACC8)
ownedComment :
Comment (0 *); -- source
Element![](/se-interop/image/down-arrow.png?hunchentoot-session=109862%3AFCB9A3CF4EB8287D1674E3439FBAACC8)
ownedElement :
Element (0 *); -- source
Element![](/se-interop/image/down-arrow.png?hunchentoot-session=109862%3AFCB9A3CF4EB8287D1674E3439FBAACC8)
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].