views:

1594

answers:

1
+6  A: 

You have to right click on properties and select show as association or show as collection association, as in each property in your class object which has an association can have this view where you can physically see the association between objects. Just a different view.

Andrew

REA_ANDREW
Okay, thanks!If I wanna to link a method to a class, what should I do?
Roy
You can alter your diagram so that the full method signature shows on the method.
REA_ANDREW