UML类图基本元素符号

 UML类图基本元素符号

元素名称符号图例含义
Class

包含类的名称、属性和方法定义。

可见性修饰符:

  • + public
  • -  private
  • # protected
  • 无修饰符为 internal
Interface

接口名称通常以字母 "I" 开头。

接口定义通常也用于抽象类。

Note

任意的描述性文字。

Package

将类和接口分组。

Inheritance

Generalization

B 继承自 A。

B inherits from A.

Realization

B 实现了 A。

B implements A.

Association

 

A 和 B 相互调用和访问对方的元素。

A and B call and access each other’s elements.

Association (one way)

 

A 可以调用和访问 B 的元素,但 B 不可以访问 A 的元素。

A can call and access B’s elements, but not vice versa.

Aggregation

A 中拥有一个 B,但 B 脱离于 A 仍然可以独立存活。

A has a B, and B can outlive A.

A "uses" B = Aggregation : B exists independently (conceptually) from A.

Composition

A 中拥有一个 B,B 脱离 A 后在系统中没有任何存活的意义。

A has a B, and B depends on A.

A "owns" B = Composition : B has no meaning or purpose in the system without A.

Dependency

B 的变化会影响 A,则 A 依赖于 B。

A dependency exists between two elements if changes to the definition of one element (the supplier) may cause changes to the other (the client).

相关资料

转载于:https://www.cnblogs.com/gaochundong/p/uml_class_diagram_notation.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值