Answer Posted / supraja
UML modeling, a realization relationship is a relationship
between two model elements, in which one model element (the
client) realizes the behavior that the other model element
(the supplier) specifies. Several clients can realize the
behavior of a single supplier. You can use realization
relationships in class diagrams and component diagrams.
Typically, realization relationships do not have names. If
you name a realization, the name is displayed beside to the
realization connector in the diagram.
As the following figure illustrates, a realization is
displayed in the diagram editor as a dashed line with an
unfilled arrowhead that points from the client (realizes
the behavior) to the supplier (specifies the behavior).
You can model the following situations using realization
relationships:
A component is realized by a set of classifiers that
provide its implementation.
A collaboration instance contains the objects and messages
that are needed to implement the behaviors that a use case
specifies.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you name the different elements with the collaboration diagram?
Who maintains the uml specification and how is it updated?
What is Composite Structure Diagram in UML?
What are the different types of implementation terms in uml?
What is the best software for UML diagrams?
What does associations, aggregation and composition in a class diagram mean?
What is a uml use case diagram (ucd), and when should you use it?
What is the life cycle divided into?
Explain about package diagram?
What are the parts of a deployment diagram?
Explain about dynamic diagrams?
What are the process workflows that evolve through these phases?
What are class diagrams in UML?
How are the diagrams divided?
What are components of an mvc architecture?