Mermaid: Class: interface realization / lollipop

Created on 15 Dec 2019  路  3Comments  路  Source: mermaid-js/mermaid

There doesn't seem to be a way to define this currently: https://www.uml-diagrams.org/realization.html

PlantUML calls it lollipop: https://plantuml.com/class-diagram and supports it like this:

bar ()- foo
bar ()-- foo
foo -() bar
Development Class Help wanted! Approved Enhancement

Most helpful comment

I think that resolves part of it. The other part was being able to do something like the following:

image

All 3 comments

I will start work on this after January 6th. Unless someone else is interested :)

@jgreywolf I think this will be resolved by PR #1171 as that adds supports for dashed lines. After this PR the following relations will be available.

image

I think that resolves part of it. The other part was being able to do something like the following:

image

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tokyo786 picture tokyo786  路  3Comments

vikram-rawat picture vikram-rawat  路  5Comments

init-dcat-ap-de picture init-dcat-ap-de  路  3Comments

deftdawg picture deftdawg  路  3Comments

michaeltlombardi picture michaeltlombardi  路  3Comments