mermaid icon indicating copy to clipboard operation
mermaid copied to clipboard

When there are two kind of relationship between two classes

Open swithun-liu opened this issue 5 years ago • 1 comments

I want to describe the relationships like this image

so I write image

the new relationship --o will cover the former relationship <|-- , only the latter relationship will be displayed

swithun-liu avatar May 07 '20 05:05 swithun-liu

I believe that OP is referring to a setup like this:

classDiagram class A class B B <|-- A A --o B

Live Editor

With the caveat that the second relation is displayed like in the image

jgreywolf avatar Jul 29 '20 18:07 jgreywolf