On this webpage which shows how to draw a class diagram, why is the arrow for association pointing from order to customer, and not from customer to order?
I am modeling a class diagram. An attribute of a class is an enumeration. How do I model this? Normally you do something like this:
- name : string
But how does one do this with an enum?
I have a C# solution which has 2 projects in it and I need to generate class diagram from code.
I know there is a built-in diagram tool in visual studio, but I'm using 2010 express and it doesn't have that. Is …
I am designing a class diagram and I got a doubt:
I have a class which have several attributes refering to java enums and other classes that will be mapped as db catalogs.
For example, there is a class called …