Four kinds of relationships in UML

Source: Internet
Author: User

four common types of UML relationships:

Generalized relationships, association relationships, implementation relationships, dependency relationships

The generalization relation refers to the inheritance relationship between the parent class and the subclass.

The realization relation refers to the relationship between the interface and the implementation class;

The difference between dependency and association is as follows:

As long as there is interaction between objects, whether controlled or data, there is a dependency between the two. We are now talking about dependence, which is a weaker relationship than association.

Dependency is a transient relationship between objects, in which the called class behaves as a local variable of the calling class, a parameter to the method, and a static method that invokes the called class, in which case we say that the calling class and the called class are dependent.

Association is a long-term relationship between objects, in which the called class behaves as a reference to the calling class, or a property of the calling class, in which case we say that the calling class and the called Class belong to the association relationship.

Common relationships are: one-to-many relationships, multiple relationships, many-to-many relationships, such as a typical customer-to-order, company-to-employee relationship is an association relationship

Four kinds of relationships in UML

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.