本文介绍了UML图中的可导航性是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
UML图中的可导航性示例是什么?我的教授提供了以下数据,但我似乎无法弄清楚:
What is an example of Navigability in UML diagrams? My professor has provided the follow figure, but I can't seem to figure it out:
推荐答案
这显示了可导航性. A
可以看到(意味着它具有属性引用) B
.相反, B
不了解/未引用 A
.
This shows navigability. A
can see (means it has an attribute referencing) B
. In contrast B
has no idea about/reference to A
.
UML 2.5 spec p.18:
UML 2.5 spec p. 18:
两端都没有用可导航性箭头标记的关联意味着该关联在两个方向上都是可导航的.
An association with neither end marked by navigability arrows means that the association is navigable in both directions.
甚至更相关.200:
因此,您应该改用点符号:
So you should use the dot notation instead:
这篇关于UML图中的可导航性是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!