Abstract Class UML 2.5::TypedElement
Description:
A TypedElement is a NamedElement that may have a Type specified for it.
Direct Superclasses: NamedElementDirect Subclasses: ValueSpecification,
StructuralFeature,
ObjectNode,
ConnectableElementClass Precedence List: TypedElement,
NamedElement,
ElementProperties:
![](/se-interop/image/down-arrow.png?hunchentoot-session=14183%3AEAFE159618218F53F8CF9724B816E969)
type :
Type (0 1); -- source
TypedElement![](/se-interop/image/right-arrow.png?hunchentoot-session=14183%3AEAFE159618218F53F8CF9724B816E969)
clientDependency :
Dependency (0 *); -- source
NamedElementIndicates the Dependencies that reference this NamedElement as a client.
{
derived}
Opposite: Dependency.client
![](/se-interop/image/down-arrow.png?hunchentoot-session=14183%3AEAFE159618218F53F8CF9724B816E969)
name : String (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=14183%3AEAFE159618218F53F8CF9724B816E969)
nameExpression :
StringExpression (0 1); -- source
NamedElement![](/se-interop/image/right-arrow.png?hunchentoot-session=14183%3AEAFE159618218F53F8CF9724B816E969)
namespace :
Namespace (0 1); -- source
NamedElementSpecifies the Namespace that owns the NamedElement.
{
readonly}
Derived union with sources: ()
Subsets: Element.owner
Opposite: Namespace.ownedMember
![](/se-interop/image/right-arrow.png?hunchentoot-session=14183%3AEAFE159618218F53F8CF9724B816E969)
qualifiedName : String (0 1); -- source
NamedElementA name that allows the NamedElement to be identified within a hierarchy
of nested Namespaces. It is constructed from the names of the containing
Namespaces starting at the root of the hierarchy and ending with the name
of the NamedElement itself.
{
readonly,
derived}
![](/se-interop/image/down-arrow.png?hunchentoot-session=14183%3AEAFE159618218F53F8CF9724B816E969)
visibility :
VisibilityKind (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=14183%3AEAFE159618218F53F8CF9724B816E969)
ownedComment :
Comment (0 *); -- source
Element![](/se-interop/image/down-arrow.png?hunchentoot-session=14183%3AEAFE159618218F53F8CF9724B816E969)
ownedElement :
Element (0 *); -- source
Element![](/se-interop/image/down-arrow.png?hunchentoot-session=14183%3AEAFE159618218F53F8CF9724B816E969)
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].