用 UML 表示模板类的正确方法是什么?

发布于 2024-07-20 06:36:25 字数 30 浏览 2 评论 0原文

在 UML 图上,表示模板类的正确方法是什么?

On a UML diagram, what is the correct way to represent a template class?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

旧话新听 2024-07-27 06:36:25

普通矩形右上角有一个虚线矩形,用来表示模板参数。 像这样的事情:

           .......               
___________:  T  :
|          :.....:
|              |
|  ClassName   |
|              |
|______________|

Normal rectangle with a dotted rectangle in the top right corner, to represent the template parameter. Something like this:

           .......               
___________:  T  :
|          :.....:
|              |
|  ClassName   |
|              |
|______________|
怀中猫帐中妖 2024-07-27 06:36:25

更有用的方法是对模板使用 UML 分类器。 这是一个 UML 元素,表示 UML 符号的扩展。 如果您的工具支持配置文件,请在其中创建分类器。 为模板定义分类器,并包含模板中的属性和方法,然后使用为使用该模板的每个类创建的分类器,而不是使用标准类表示法。 这将是模板 UML 的正确用法。

A more useful approach is to use a UML Classifier for the Template. This is a UML Element that represents an extension to the UML notation. If your tool supports profiles create the Classifier within one. Define the Classifier for the Template, and include the properties and methods from the template, then instead of using the standard class notation, use the Classifier you have created for each Class that uses the template. This would be correct usage of the UML for Templates.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文