Relation Direction and Label-Arrow on Association Classes

0 votes
asked Jul 27, 2015 in Bug by anonymous

I think I've found a small bug:

@startuml
hide empty members

A_Driver -> A_Car : drives >
(A_Driver, A_Car) -> A_Contract : under Contract >

B_Driver -> B_Car : drives >
(B_Car, B_Driver) -> B_Contract : under Contract >

@enduml

Variant A:

small arrow on Label from association class is not drawn

 

Variant B:

Direction of Relation Arrow and Label Arrow is reversed, if the Association class is defined in reversed order (Car, Driver) instead of (Driver, Car)

thanks for the great work,

Michael

 

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...