model1
Class GeneralizableElement

The GeneralizableElement Class classifies and characterizes Elements that can be generalized through supertyping and specialized through subtyping. A GeneralizableElement inherits the features of each of its supertypes, the features of the supertypes of the immediate supertypes, and so on (in other words all the features of the transitive closure of all the supertypes of the GeneralizableElement).


When a GeneralizableElement inherits a feature, that feature name effectively becomes part of the namespace for the GeneralizableElement and the feature is considered part of the extended namespace of the Namespace. Therefore, a GeneralizableElement cannot have a superclass if it causes an inherited feature to have a namespace collision with its own features [The names of the contents of a GeneralizableElement should not collide with the names of the contents of any direct or indirect supertype.].


To the degree that a GeneralizableElement is defined by its features, the superclass/subclass association defines substitutability. Any instance of a GeneralizableElement can be supplied wherever an instance of a superclass of that GeneralizableElement is expected.

Attributes
Primitive Type boolean isAbstract isAbstract

Indicates whether the GeneralizableElement is expected to have instances. When isAbstract is true, any instance that is represented or classified by this GeneralizableElement is additionally an instance of some specialization of this GeneralizableElement. No operation that supports creation of instances of this GeneralizableElement should be available.

Class visibility visibility

In the future, this Attribute will be used to limit the ability of Elements outside of this GeneralizableElement’s container to depend on it. The rules of visibility of MOF Elements are not currently specified.


Properties:

Alias
Classifier Behavior
Collections
Is Abstracttrue
Is Activefalse
Is Leaffalse
Keywords
NameGeneralizableElement
Name Expression
Owned Template Signature
OwnerPackage model1
Owning Parameter
PackagePackage model1
Packageable Element visibilitypublic
Qualified Namemodel1::model1::GeneralizableElement
Representation
Stereotype
Template Parameter
Visibilitypublic

Attribute Details

 isAbstract
public Primitive Type boolean isAbstract

Indicates whether the GeneralizableElement is expected to have instances. When isAbstract is true, any instance that is represented or classified by this GeneralizableElement is additionally an instance of some specialization of this GeneralizableElement. No operation that supports creation of instances of this GeneralizableElement should be available.

Properties:

Aggregationnone
Alias
Association
Association End
Class Class GeneralizableElement
Collections
Datatype
Default
Default Value
Is Compositefalse
Is Derivedfalse
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquetrue
Keywords
Lower1
Lower Value
Multiplicity1
NameisAbstract
Name Expression
Opposite
Owned Template Signature
OwnerClass GeneralizableElement
Owning Association
Owning Parameter
Qualified Namemodel1::model1::GeneralizableElement::isAbstract
Stereotype
Template Parameter
TypePrimitive Type boolean
Upper1
Upper Value
Visibilitypublic


 visibility
public Class visibility

In the future, this Attribute will be used to limit the ability of Elements outside of this GeneralizableElement’s container to depend on it. The rules of visibility of MOF Elements are not currently specified.

Properties:

Aggregationnone
Alias
Association
Association End
Class Class GeneralizableElement
Collections
Datatype
Default
Default Value
Is Compositefalse
Is Derivedfalse
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquetrue
Keywords
Lower1
Lower Value
Multiplicity1
Namevisibility
Name Expression
Opposite
Owned Template Signature
OwnerClass GeneralizableElement
Owning Association
Owning Parameter
Qualified Namemodel1::model1::GeneralizableElement::visibility
Stereotype
Template Parameter
TypeClass
Upper1
Upper Value
Visibilitypublic

Comments