Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Create Flowchart from java source code in Eclipse [closed]

Tags:

I would like to create the flowchart or sequence diagram from my java source code.
Is there any plug-in which can help me do that?

like image 707
Navaneeth Sen Avatar asked Dec 07 '10 07:12

Navaneeth Sen


People also ask

What is a Java flowchart?

A flowchart is a diagrammatic representation of an algorithm. A flowchart can be helpful for both writing programs and explaining the program to others.


1 Answers

ObjectAid is a free UML tool which can creates sequence diagrams. Another commercial tool to create sequence diagrams from existing code is Architexa. I use Architexa very often at my daily work.

like image 77
Tim Avatar answered Nov 01 '22 19:11

Tim