软件设计之UML 2.0

本文总结UML 2.0常用的知识点及C++代码形式

UML 语法:

 

Class Diagrams

visibility name: type multiplicity = default {property-string}
An example of this is:
- name: String [1] = "Untitled" {readOnly}

 

参考资料

《UML Distilled 3rd》

posted @ 2020-07-10 17:03  anyboo  阅读(144)  评论(0编辑  收藏  举报