nomnoml
nomnoml copied to clipboard
Multiple associations between the same classes
UML allows multiple associations between the same classes using roles. How can this be written in nomnoml?
[Person|
username: string
]
[Thesis|
title: string
]
[Thesis] supervisor -> [Person]
[Thesis] reviewer -> [Person] // This is not rendered!
I am also interested in this
This have to be a regression, nomnoml originally supported this. Won't have time to look deeply into this right now, but Pull Requests are always welcome :)
Actually, I removed that feature since it crashed Dagre (the layouting library). See commit https://github.com/skanaar/nomnoml/commit/46c1be786721997d4051f55ddf5643c01f847f88
Well, but this is like throwing the baby out with the bathwater – this “fix” makes nomnoml basically unusable for the most of real diagrams. :(
@jirutka Pull request are welcome. This is an open source project, I appreciate any help I can get. Especially when it comes to corner cases like this.
I understand that. Unfortunately I'm extremely busy now and don't have time for any new projects. :(
This is now supported in v1.6.1