Skip to content

sonikaarora/umlGenerator-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

umlGenerator-java

This Parser will convert Java source code into UML Diagram.

Execution Instructions

The parser must be executable on the command line with the following format:

umlparser (classpath) (output file name)

(classpath) is a folder name where all the .java source files will be

(output file name) is the name of the output image file your program will generate ( .jpg, .png or .pdf format)

Details of libraries & tools used

Parser:

[https://github.com/javaparser/javaparser]

UML Generators:

[http://plantuml.com/]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages