Open-Source tool in Java to parse source code to automatically draw UML class Diagram using PlantUML
Generated class diagrams follows PlantUML description which are defined using a simple and intuitive language.
They are generated in a simple text file format.
Example running with all interfaces of the PlantUML Dependency 1.2.0 source code itself (with option -d interfaces,implementations,extensions,imports,static_imports) : PlantUML file generated running with the complete Apache Tomcat 7.0.42 source code (default options) : plantuml-apache-tomcat-7.0.42-by1.2.0.txt (848 ko) PlantUML file generated running with the complete Eclipse 4.2.2 source code (default options) : plantuml-eclipse-4.2.2-by1.2.0.txt (3487 ko) PlantUML file generated running with the complete JDK 1.7.0_25 source code (default options) : plantuml-jdk-1.7.0.25-by1.2.0.txt (3384 ko) PlantUML file generated running with the complete Spring 3.2.4 source code (default options) : plantuml-spring-3.2.4-by1.2.0.txt (2680 ko) Note that these files don't currently work with PlantUML due to dotty image size limitation (opened bug 0001470), they have to be split |