Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ilan88

Pages: [1]
1
Uml Process / Reverse Engineering Questions
« on: June 07, 2022, 04:55:31 pm »
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!

Pages: [1]