Replies: 1 comment
-
|
Yes – you're free to model your Sprotty graph how you like. The interface for edges simply uses model element ids for source and target: sprotty/packages/sprotty-protocol/src/model.ts Lines 78 to 83 in f9b2433 However, you need to change the implementing class for such edges. The default |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In UML, associations are represented by edges, and other edges can be connected to the association edge. Is it possible to support this in sprotty?
Beta Was this translation helpful? Give feedback.
All reactions