How to create a sequence diagram using UMLet using java code

I tried to create a UML diagram using UMLet. The tutorial shows examples when I need to start creating a form from scratch. But I need to create a UML diagram for existing code. It gives class attributes for a specific class, but how can I create an activity diagram or sequence diagram for existing code with UMLet?

+3
source share
1 answer

Not such an option here!

The only reverse engineering tool for sequence diagrams that I know is UMLgraph . For this you need a license, but, as I understand it, it is free from time. It is designed for Eclipse and can be installed quite easily. And reverse engineering class diagrams is not licensed. I checked them - class diagrams really do this reverse engineering.

Also, take a serious look at Papyrus. It is powerful and no worse than the best proprietary tools.

Umlet, " " ( ). , . Java-. . , , ! , Java, .

+2

All Articles