Skip to content

jonfang/Umlparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java UML Parser

A parser that converts native java code into UML class diagram


Tools and Libraries:


Compilation Instructions

Requirements:

Running the parser:

  1. Download the project and locate the umlparser.jar under "output" directory. Source code is in "umlparser" directory

  2. Open terminal and navigate to the directory where the jar and test files are located

  3. Run the command in the following format:

    java -jar umlparser.jar <source folder> <output file name>

    <source folder> is a folder name where all the .java source files will be

    <output file name> is the name of the output image file you program will generate

    E.g. java -jar umlparser.jar ./test1 ./output.png

About

A parser that converts native java code into UML class diagram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages