Hello,
I have successfully reverse engineered UML class diagrams for each folder in my project, and I have some follow-up questions:
1. Is it possible to reverse engineer package diagrams from code?
2. Is it possible to link reversed package diagrams to reversed class diagrams? So I can click a package and go to the related class diagram.
3. Is it possible to *automatically* display related classes from other folders / packages in reversed class diagrams?
- For instance, if I have class X from package A, and class Y from package B, where Y is derived from X, is it possible to:
* Display class Y is the class diagram of package A as a derived class of X
* Display X in class diagram of package B as parent class of Y
Thanks!