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

Double association between node is not supported #3

Open
binout opened this issue Nov 18, 2015 · 1 comment
Open

Double association between node is not supported #3

binout opened this issue Nov 18, 2015 · 1 comment

Comments

@binout
Copy link
Collaborator

binout commented Nov 18, 2015

Class diagram Domain

digraph G {
graph [labelloc=top,label="Domain",fontname="Verdana",fontsize=12];
edge [fontname="Verdana",fontsize=9,labelfontname="Verdana",labelfontsize=9];
node [fontname="Verdana",fontsize=9,shape=record];
c1 [label="Quantity"]
c2 [label="Size"]
c1 -> c2 [label="size" , ];

// with API it's not possible to add a 2nd association between c1 and c2 with another label ...
c1 -> c2 [label="mainSize"  , ];

}

@cyriux
Copy link
Collaborator

cyriux commented Nov 17, 2016

In my usage it was a feature to be able to add nodes and associations without checking for duplicates and having dot-diagram de-deplicate for me. Could keep that with an equality that includes the comment?

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

2 participants