如何在 UML 中指定关系的可见性?
我正在为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我希望我理解你的问题。对我来说,将属性的可见性与属性名称放在一起不是问题,如下所示:
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 :