Skip to content

A parser which converts Java source code into UML Diagrams

Notifications You must be signed in to change notification settings

SnehaVM/UML-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UML-Parser

A parser which converts Java source code into UML class diagram and sequence diagram.

Technology: Java

UML class parser:

Converts Java Source Code into UML Class Diagram.

Tools/libraries used:

Run the program:

Jar is located in: https://github.com/SnehaVM/UML-Parser/blob/master/Jar/UMLParserClass.jar

Command: java -jar UMLParserClass.jar ./TestCases/test4 classDiagram.png
Argument1: full path to the testcase folder containing java files
Argument2: name of the output image file

URL to YouTube video: After integrating UML Parser with a Cloud Scale Web Application

https://www.youtube.com/watch?v=znyis6tiX_s

https://www.youtube.com/watch?v=Zsvzb21HLKQ&feature=youtu.be
    
Team mates from CMPE 281:
Darshit Thesiya(011424647)
Vikas Miyani:(011410152)

UML Sequence parser:

Performs dynamic analysis of Java Source code to generate a UML Sequence Diagram. Implemented using Aspect oriented programming (AOP).

Tools/libraries used:

  • JDK
  • UML Sequence Diagram generator: PlantUML ( http://plantuml.com/), Jar: plantuml.jar
  • aspectjrt.jar
  • aspectjtools.jar

path to the above libraries :https://github.com/SnehaVM/UML-Parser/tree/master/SequenceDiagramAspect/lib

Shell script for compile time weaving :

https://github.com/SnehaVM/UML-Parser/blob/master/SequenceDiagramAspect/Seqscript.sh

Run the program:

Jar is located in: https://github.com/SnehaVM/UML-Parser/blob/master/Jar/UMLSequence_Aspectj.jar

command: Java -jar UMLSequence_Aspectj.jar

About

A parser which converts Java source code into UML Diagrams

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published