swagger_to_uml
swagger_to_uml copied to clipboard
Changed relationship representation and add multiplicity
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.