Object diagram (PlantUML)
An object diagram is a class diagram made concrete. It is unusually good at explaining a structure people have not understood in the abstract.
#What this example shows
Objects named instance : Type.
Attribute values rather than attribute types.
Links between objects, which are instances of associations.
#A worked example
Open it, edit it, or copy the source below.
The source, which you can paste into a new diagram and edit:
#Making it your own
Use plausible values. Foo and bar defeat the purpose entirely.
It is a snapshot; say which moment it represents if that matters.
Pair it with the class diagram rather than replacing it.
#Related
Verbose, stable, and it draws almost everything.
