You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: