Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个班级 A 和 B,其中 B 是 A 的朋友。
如何在 UML 中显示这一点?
可以使用依赖关系显示它,然后像下面这样在关系上添加注释吗?
<<Friend>>
B ------------------> A
是的,这是完全有效的。对于我自己关于 UML 的问题,我发现这个网站特别有用。