Summary of several relations of UML class diagram

Source: Internet
Author: User
Tags dashed line

Summary of several relationships of UML class diagrams

In UML class diagrams, the following relationships are common: generalization (generalization), implementation (realization), Association (association), Aggregation (Aggregation), composition (composition), dependency ( Dependency)

1. generalization (generalization)

Generalization relationship: An inheritance relationship that represents a general and special relationship that specifies how subclasses can characterize all the characteristics and behaviors of a parent class. For example, the tiger is a kind of animal, that is, the characteristics of tigers have animals in common.

Arrow pointing to: Solid line with triangular arrows, arrow pointing to Parent class

2. Implementation (realization)

Implement relationship: is a class-to-interface relationship that indicates that a class is an implementation of all the characteristics and behaviors of an interface.

Arrow pointing: Dashed line with triangular arrows, arrow pointing to Interface

3. Association (Association)

Association: An owning relationship that enables a class to know the properties and methods of another class, such as: teachers and students, the relationship between husband and wife can be two-way or one-way. Two-way associations can have two arrows or no arrows, and one-way associations have an arrow.

"Code embodiment": member variable

Arrows and points: solid lines with normal arrows, pointing to the owner

, teachers and students are two-way association, the teacher has many students, students may also have more than one teacher. But the relationship between a student and a course is a one-way link, a student may have to take many courses, the course is an abstract thing he does not own students.

To associate itself with:

4. Aggregation (Aggregation)

"Aggregation relationship": is the relationship between the whole and the part, and some can leave the whole and exist separately. If the car and the tires are the whole and part of the relationship, the tires leaving the car can still exist.

The aggregation relation is one kind of association relation, is the strong association relation, the Association and the aggregation cannot distinguish syntactically, must examine the concrete logical relation.

"Code embodiment": member variable

"Arrows and points": solid lines with hollow diamonds, diamonds pointing to the whole

5. combination (composition)

"Combinatorial relationship": the relationship between the whole and the part, but part cannot leave the whole and exist alone. If the company and the Department is a whole and part of the relationship, no company there is no department.

A combinatorial relationship is a relationship that is stronger than the aggregation relationship, which requires that an object representing the whole in an ordinary aggregation relationship is responsible for the life cycle of the object that represents the part.

"Code embodiment": member variable

Arrows and points: solid lines with solid diamonds, diamonds pointing to the whole

6. Dependency (Dependency)

Dependency: A relationship that uses a class that requires the assistance of another class, so try not to use two-way interdependence.

"Code representation": A local variable, a parameter to a method, or a call to a static method

Arrows and points: dashed lines with arrows pointing to the user

The order of strength of the various relationships:

Generalization  =  Implement > Combination > Aggregation > Associate > Dependent

The following UML diagram shows the various class diagram relationships in a more vivid way:

Summary of several relations of UML class diagram

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.