Tool to generate graph data for class dependencies [closed]
I’m not certain about command line tools, but I like using ObjectAid for reverse engineering into class diagrams: http://www.objectaid.com/ You can easily add any class with it’s relationships to an ObjectAid graph. It saves the file in an XML format with the ucls extension. Here’s a sample: <?xml version=”1.0″ encoding=”UTF-8″?> <class-diagram version=”1.1.4″ icons=”true” always-add-relationships=”true” generalizations=”true” … Read more