Top "Object-diagram" questions

Also known as an "Instance Diagram", a UML Object Diagram shows how class instances associate with each other, as opposed to just the relationship between the classes shown in a Class Diagram.

How to represent class instances in UML?

I have a class diagram for my application which consists of several compositions and aggregations. Now I want to have …

uml class-diagram object-diagram
UML for javascript?

I'm looking for a way of graphically representing javascript objects... I know there is UML, but for example, how to …

javascript uml object-diagram
How to show multiplicities in UML object diagrams

I wonder if there is way to create an array of objects in UML? the following is my try using …

uml instance class-diagram object-diagram
UML Tool to reverse engineer object diagrams from java source?

I have been playing around with a few various UML tools- Enterprise Architect, Visual Paradigm; in the end I found …

java uml object-diagram