What's the best type of diagram to symbolize objects and values of their instance variables?

StackOverflow https://stackoverflow.com/questions/813037

  •  03-07-2019
  •  | 
  •  

Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top