Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 715 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 715 Bytes

JavaToUMLParser

Stories in 'In Progress' board

Takes in Java Source code to generate UML Class Diagrams

Libraries Used:

  • JavaParser: Parses the spurce code to an abstract syntax tree.
  • PlantUML: Generates UML diagrams from text containing class relationship information.

How to Run:

java -jar umlparser.jar src/folder/path optional/output/path.png (You can find umlparser.jar in project directory or generate it again, with Main class being com.gurnoors.cmpe202.uml.classdia.Main )