Software Disclaimer

Class UML 2.5::Reception

Description:

A Reception is a declaration stating that a Classifier is prepared to react to the receipt of a Signal.

Direct Superclasses: BehavioralFeature

Direct Subclasses:

Class Precedence List: Reception, BehavioralFeature, Feature, RedefinableElement, Namespace, NamedElement, Element

Properties:

signal : Signal (1 1); -- source Reception
concurrency : CallConcurrencyKind (1 1); -- source BehavioralFeature
isAbstract : Boolean (1 1); -- source BehavioralFeature
method : Behavior (0 *); -- source BehavioralFeature
ownedParameter : Parameter (0 *); -- source BehavioralFeature
ownedParameterSet : ParameterSet (0 *); -- source BehavioralFeature
raisedException : Type (0 *); -- source BehavioralFeature

The Types representing exceptions that may be raised during an invocation of this BehavioralFeature.

featuringClassifier : Classifier (0 1); -- source Feature
isStatic : Boolean (1 1); -- source Feature

Specifies whether this Feature characterizes individual instances classified by the Classifier (false) or the Classifier itself (true).
Default value: FALSE

isLeaf : Boolean (1 1); -- source RedefinableElement
redefinedElement : RedefinableElement (0 *); -- source RedefinableElement
redefinitionContext : Classifier (0 *); -- source RedefinableElement
elementImport : ElementImport (0 *); -- source Namespace

References the ElementImports owned by the Namespace.
{composite}
Subsets: Element.ownedElement
Opposite: ElementImport.importingNamespace

importedMember : PackageableElement (0 *); -- source Namespace
member : NamedElement (0 *); -- source Namespace
ownedMember : NamedElement (0 *); -- source Namespace
ownedRule : Constraint (0 *); -- source Namespace
packageImport : PackageImport (0 *); -- source Namespace
clientDependency : Dependency (0 *); -- source NamedElement

Indicates the Dependencies that reference this NamedElement as a client.
{derived}
Opposite: Dependency.client

name : String (0 1); -- source NamedElement
nameExpression : StringExpression (0 1); -- source NamedElement
namespace : Namespace (0 1); -- source NamedElement
qualifiedName : String (0 1); -- source NamedElement
visibility : VisibilityKind (0 1); -- source NamedElement
ownedComment : Comment (0 *); -- source Element
ownedElement : Element (0 *); -- source Element
owner : Element (0 1); -- source Element

Constraints:

No additional constraints.

Operations:

No additional operations.



Send questions or comments to [email protected].