Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements relation will not be shown #7

Open
mike4git opened this issue Jul 9, 2022 · 0 comments
Open

Implements relation will not be shown #7

mike4git opened this issue Jul 9, 2022 · 0 comments

Comments

@mike4git
Copy link
Owner

mike4git commented Jul 9, 2022

Scenario:

interface MyTypeInterface {...}

class MyType implements MyTypeInterface {...}

should lead to the following output in dot file:

MyType -> MyTypeInterface [dir=both arrowtail=none label="<<implements>>", style=dashed];

and to the following graphical representation:
grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant