象征对象及其实例变量值的最佳图表类型是什么?
我想可视化具有几个不同对象、它们的关系以及它们的实例变量的值的情况。 你知道哪种图表类型最适合吗?
I want to visualize an situation with a few different objects, their relations and the values of their instance variables. Any idea which diagram type fits best for that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对象图。
它就像一个类图,只不过属性框有值。
此外,对象之间的线是“链接”而不是“关联”。 它们是实际的链接(FK、对象引用等),而不是链接的类。
Object diagram.
It's like a class diagram except the attribute boxes have values.
Also, the lines between objects are "links" not "associations". They're the actual link (FK, object reference, whatever) not the class of the link.