当前位置:网站首页>UML图记忆技巧
UML图记忆技巧
2022-07-06 08:47:00 【look-word】
什么是UML类图
- Class Diagram:用于表示类、接口、实例等之间相互的静态关系
- 虽然名字叫类图,但类图中并不只有类
记忆技巧
UML箭头方向:
从子类指向父类
我相信 很多同学都会有和我一样的想法,认为子类是以父类为基础的,箭头应该父类指向子类
那么我们改如何去记忆呢?
- 定义子类需要通过extends关键字去指定父类
- 子类一定是知到父类定义的,但父类不知道子类的定义
- 只有知道对方的定义才能指向对方
- 所以箭头的方向是子类指向父类
线的含义
实线 -->继承 虚线–>实现
- 可以看到 大雁是一个类 实现的某个接口 是由它指向接口 因为接口不知道有大雁的定义
- 鸭是的父类 唐老鸭只是其中的一个子类 所以是由它指向父类鸭
如何记忆呢?
- 空心三角形代表: 继承或者实现
- 实现-继承: is a的关系,扩展目的,不虚,很结实
- 虚线-实现: 虚线代表 ‘ 需 ’ 无实体
实线 -->关联 虚线–>依赖
- 关系稳定,实打实的关系,铁哥们
- 表示一个类对象和另一个类对象有关联
- 通常是一个类中有另一个类对象做为属性
- 可以看到 企鹅的出现是和气候是有关系的 所以他们是关联关系
- 虚线–>依赖
- 临时用一下,若即若离,虚无缥缈,若有若无
- 表示一种使用关系,一个类需要借助另一个类来实现功能
- 一般是一个类使用另一个类做为参数使用,或作为返回值
菱形
- 菱形就是一个盛东西的器皿(例如盘子)
聚合∶代表空器皿里可以放很多相同东西,聚在一起(箭头方向所指的类)
组合∶代表满器皿里已经有实体结构的存在,生死与共
整体和局部的关系
弱关系
消极的词:弱-空
整体与局部的关系,和聚合的关系相比,关系更加强烈两者有相同的生命周期,contains-a的关系
强关系
积极的词∶强-满
边栏推荐
- 【ROS】usb_cam相机标定
- LeetCode:673. 最长递增子序列的个数
- Sublime text in CONDA environment plt Show cannot pop up the problem of displaying pictures
- 如何进行接口测试测?有哪些注意事项?保姆级解读
- 深度剖析C语言数据在内存中的存储
- Computer graduation design PHP Zhiduo online learning platform
- The mysqlbinlog command uses
- Guangzhou will promote the construction of a child friendly city, and will explore the establishment of a safe area 200 meters around the school
- Leetcode: Sword Finger offer 42. Somme maximale des sous - tableaux consécutifs
- Deep analysis of C language pointer
猜你喜欢
Bottom up - physical layer
Mobile phones and computers on the same LAN access each other, IIS settings
Charging interface docking tutorial of enterprise and micro service provider platform
游戏解包的危害及资源加密的重要性
Unified ordering background interface product description Chinese garbled
704 binary search
电脑清理,删除的系统文件
Process of obtaining the electronic version of academic qualifications of xuexin.com
Swagger setting field required is mandatory
企微服务商平台收费接口对接教程
随机推荐
Detailed explanation of heap sorting
vb. Net changes with the window, scales the size of the control and maintains its relative position
TP-LINK 企业路由器 PPTP 配置
hutool优雅解析URL链接并获取参数
C語言雙指針——經典題型
Navicat Premium 创建MySql 创建存储过程
Revit secondary development Hof method calls transaction
Guangzhou will promote the construction of a child friendly city, and will explore the establishment of a safe area 200 meters around the school
Bottom up - physical layer
Simple use of promise in uniapp
LeetCode:劍指 Offer 42. 連續子數組的最大和
Image, CV2 read the conversion and size resize change of numpy array of pictures
【ROS】usb_cam相机标定
LeetCode:26. 删除有序数组中的重复项
Double pointeur en langage C - - modèle classique
[NVIDIA development board] FAQ (updated from time to time)
Research and investment forecast report of citronellol industry in China (2022 Edition)
软件卸载时遇到trying to use is on a network resource that is unavailable
POI add write excel file
LeetCode:剑指 Offer 48. 最长不含重复字符的子字符串