prakash
prakash

Reputation: 109

How to create a sequence diagram from java source code in ArgoUML

i'm trying to create a sequence diagram for my java code using reverse engineering option in argo uml.

I'm able to import the java code and generate the class diagram but i'm not able to create sequence for it..

please kindly help me with it and whether it is possible in argo uml and if so how.?

Upvotes: 1

Views: 2269

Answers (1)

Savior
Savior

Reputation: 54

After a quick search and from what i know :

  • ArgoUML does not offer good sequence diagrams

The sequence diagram is still rather under-developed in ArgoUML.

There are some other solutions, the most common and used by me is UMLet plugin in Eclipse but i dont know if its your taste.

So others i know are :

  • UML-VP
  • Posiden UML
  • Diver

Upvotes: 1

Related Questions