本文总结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》