graph - Java - generate class diagram by myself -
I am working on a small project in Java described below:
Input: List of objects Graph (Nodes with different types of edges: Inheritance, Internal category, Friend class, etc.) Output: Class diagram, as Planner as possible.
My problem is: I have some algorithm for some third-party software that will do this for me or at least select nodes and edges as my graph is to maintain Planner as much as possible.
EDIT: I think I have not been written clearly which I want ... I do not want to generate a class diagram based on the Java project with my project, + Parsing the file and I get from the list described in the above input. Then I want to call some functions in that list and want to get my idea. I was trying to use the jigraph or gigraphy but unfortunately I did not get the functionality of any graph-principle according to my needs.
Regards, Daniel
If you use Eclipse IDE, You can use the EUML 2 free plugin. Look at
Comments
Post a Comment