本文介绍了用 UML 表示模板类的正确方法是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在 UML 图中,表示模板类的正确方法是什么?
On a UML diagram, what is the correct way to represent a template class?
推荐答案
右上角有一个虚线矩形的普通矩形,表示模板参数.像这样:
Normal rectangle with a dotted rectangle in the top right corner, to represent the template parameter. Something like this:
.......
___________: T :
| :.....:
| |
| ClassName |
| |
|______________|
这篇关于用 UML 表示模板类的正确方法是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!