Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Parser] Load Inheritances #5

Open
GustJc opened this issue Jun 19, 2015 · 0 comments
Open

[Parser] Load Inheritances #5

GustJc opened this issue Jun 19, 2015 · 0 comments

Comments

@GustJc
Copy link
Contributor

GustJc commented Jun 19, 2015

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.

@GustJc GustJc added the feature label Jun 19, 2015
@GustJc GustJc added this to the Basic XML Loader milestone Jun 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant