Rocky Sinha
Rocky Sinha

Reputation: 93

Regarding generating diagrams of flows between the different java classes

I have a project in which there are many different packages, and in those packages there are different Java classes along with interfaces.

I want to draw the class diagram and the relationships between the classes and interfaces, and how the methods flow.

So please advise me a tool which I can install in my Eclipse that will generate those diagrams specially the freeware plugin..!!

Upvotes: 2

Views: 140

Answers (2)

Vikdor
Vikdor

Reputation: 24134

I use ObjectAid to reverse engineer the java classes to generate UML diagrams and it works pretty well, has an option to export the diagrams to image format as well.

If you are okay to NOT reverse-engineer the code and generate diagrams on your own from scratch, then [Violet UML Editor plugin for Eclipse] is a free UML tool. There is a jnlp version of this that can be run as an independent application, outside eclipse, too.

Upvotes: 1

basiljames
basiljames

Reputation: 4847

Check Visual Paradigm. It is very user friendly and free tool.
Since you are using eclipse you can use the Eclipse Plugin for visual paradigm.

Upvotes: 1

Related Questions