tags:

views:

63

answers:

3

Do generalization arrows in class diagram has to be strictly open or is there a margin of tolerance on style of this arrows?

+1  A: 

Open arrows are used together with a dashed/dotted line to represent dependencies.

I can't think of a standard way to use them with a regular line.

Furthermore, as Martin Fowler clearly indicates in UML Distilled, UML is just a notation. If the people that will read your diagrams are aware that open arrow = closed arrow, then feel free to use it. There is no strictness in UML.

Bozho
A: 

Talking about UML designs without an image is like talking about girl without ...... :-) Here is the picture of UML2 connectors in the class diagram:

alt text

+1  A: 

Each element in UML has to strictly follow the normative notation proposed in the standard. With so many symbols there is a high risk that a notation variant for a symbol coincides with the normative representation of another one

Jordi Cabot