MathewWi / umple

Automatically exported from code.google.com/p/umple
0 stars 0 forks source link

Associations in the editable class diagram have become messy and inconsistent. #685

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Take a look at a few of the class diagram examples on umpleonline.

The associations are often not reaching the bottom of classes (see Co-Op system 
example). 

Role names overlapping with classes (see Access Control 2 example).

Associations involving interfaces are drawn poorly. Try the following code to 
see what I mean:

class C1 {
  0..1 -> * I;
}

interface I {

}

Original issue reported on code.google.com by CraigBry...@gmail.com on 5 Mar 2015 at 5:18