swagger_to_uml icon indicating copy to clipboard operation
swagger_to_uml copied to clipboard

Changed relationship representation and add multiplicity

Open hguidetti opened this issue 4 years ago • 0 comments

ClassA has a member b[] of type ClassB. The idea is to show the relationship as a continus line and show the multiplicity as well.

ClassA --> "*" ClassB : b

As I'm not a Python developer, the code may not be good. Feel free to change it if necessary.

hguidetti avatar Oct 22 '20 12:10 hguidetti