如何在 UML 中指定关系的可见性?

发布于 2024-10-11 23:56:44 字数 125 浏览 6 评论 0原文

我正在为 C# 代码创建类图,并且我想指定关系的可见性。我使用命名箭头来指定关系,但我认为将可见性信号(+、-、~、#)与名称放在一起是不对的。我也不想将这种关系作为类中的属性重复。

如果我还不够清楚,请告诉我。 谢谢。

I am creating class diagrams for C# code and I'd like to specify the visibility of relationships. I'm using named arrows to specify the relationships but I dont think its right to put the visibility signal (+, -, ~, #) together with the name. I also don't want to repeat the relationship as a property in the class.

Please tell me if I wasn't clear enough.
Thanks.

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

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

发布评论

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

评论(1

绝對不後悔。 2024-10-18 23:56:44

我希望我理解你的问题。对我来说,将属性的可见性与属性名称放在一起不是问题,如下所示:

  + PropertyClassA                    + PropertyClassB
<------------------------------------------------------->  

I hope I understand your question. For me, it's not a problem to put the visibility of a property with the property name like this :

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