UML class relationships #1858
Closed
kbuffardi
started this conversation in
Feature Requests
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm starting to use d2 more and more for class diagrams, but I'm running into roadblocks when using some different relationships between classes.
UML supports the following:
I've found I can do:
ClassA -- ClassB
ChildClass -> ParentClass
However, I couldn't figure out if/how the others are supported. It'd be great if the following worked:
This was asked about a year ago but there weren't any responses
Beta Was this translation helpful? Give feedback.
All reactions