Questions tagged [object-diagram]

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.

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".

36 questions
0
votes
3 answers

How to define enumeration in uml object diagram

How can I define an enumeration in an object diagram? +---------------------+ | <> | | :DayOfTheWeek | | ¯¯¯¯¯¯¯¯¯¯¯¯¯ | |_____________________| | Sunday | | Monday | | Tuesday | |…
user3215952
  • 223
  • 5
  • 11
0
votes
2 answers

How to create one linq2sql schema with many object diagrams

Is there any way to create a linq2sql schema (*.dbml-file) in VS2012 with many object diagrams for different parts of the database. For instance one diagram for customer related tables and another diagram for product related tables. The problem is,…
0
votes
1 answer

In a UML Object Diagram how to represent relationships through lists/collections?

If I am modelling in a UML Object Diagram (also known as an "instance diagram") of a Year class which has a field which is a list of Months, should I explicitly create an box for the List instance as well? To me, it seems, like if I draw lines…
Sled
  • 18,541
  • 27
  • 119
  • 168
0
votes
1 answer

How to create an object diagram with Netbeans 6.7.1 and UML Editor?

I haven't found an apropriate diagram type to make an object diagram. I'd like to visualize my object graphs in the application, rather than class inheritances. Currently I do that with "class diagram" but of course that's not really fine because it…
HelloMoon
-1
votes
1 answer

Generating Object UML diagrams from java program

Is there a way I could generate Object UML diagrams from the .jar file I have created for my project. I want to supply the input to the jar and then have the Object UML diagrams generated. To generate and visualise the class diagrams, I used…
Silas
  • 1
-1
votes
1 answer

In ecore while creating a dynamic instance, is it possible to create more than one object of the base class?

School---->students Like in the above model, Ecore lets me create more than one students in an instance of school. How do i create more than one objects of schools in the same instance?
1 2
3