-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Milestone
Description
Should create a Inheritance(generalization) line between two classes when there is an inheritance for them.
This is not as simple as it sounds.
Can be done easily if at the end of the xml there is a list of inheritances but can be difficult if the inheritance is at the class creation level because the inherited class may not be yet created depending on the import order on bigger projects.
Reactions are currently unavailable