ComponentRealization
Defines the Classifiers that realize the contract offered by a Component in terms of its provided and required Interfaces. The Component forms an abstraction from these various Classifiers.

A Component may be realized (or implemented) by a number of Classifiers. In that case, a Component owns a set of ComponentRealizations to these Classifiers.

: ComponentRealization (architecture_autodiagram)
Figure 205 : ComponentRealization (architecture_autodiagram)
ComponentRealizationUmlModelElementComponentClassifier
Association
Description
RealizingClassifier : Classifier [1..1]
The Classifiers that are involved in the implementation of the Component that owns this Realization.
Abstraction : Component [1..1]
The Component that owns this ComponentRealization and which is implemented by its realizing Classifiers.