【UML】
文章平均质量分 84
#JerryLee#
Java、Angular、Vue等全栈工程师
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
UML类图几种关系总结
在UML类图中,常见的有以下几种关系:泛化(Generalization), 实现(Realization),关联(Association),聚合(Aggregation),组合(Composition),依赖(Dependency) 1.泛化(Generalization) 【泛化关系】:是一种继承关系,它指定了子类如何特化父类的所有特征和行为例如:老虎是动物的一种. 【箭头指向】转载 2014-10-08 00:36:01 · 430 阅读 · 0 评论 -
六类UML图
1.Five famous and freeUML tools: JUDE: UMLLet: model rapidly and export manyformats, such as SVG, JPG and LaTEX-friendly EPS. Argo UML: It can run in the platform of Java and support10 localized la原创 2014-10-08 20:59:19 · 973 阅读 · 0 评论 -
UML中几种重要的图
Class Diagrams Class diagrams are the backbone of almost every object oriented method, including UML. They describe the static structure of a system. Object Diagrams Object diagrams describe the转载 2014-11-13 01:25:32 · 469 阅读 · 0 评论
分享