Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automatic sequence diagrams [closed]

I have inherited a huge codebase and I was wondering if there was any tool that allowed me to mark any method inside my project and create a sequence diagram with all the calls to classes on my package, filter them or something similar.

like image 407
MLProgrammer-CiM Avatar asked Oct 30 '12 16:10

MLProgrammer-CiM


People also ask

What is sequence diagramming and how do I use it?

Creately’s sequence diagramming tool allows you to create detailed sequence diagrams. It comes with specific shape libraries with sequence diagram notations and easy drag and drop functionality to visualize lifelines, actors and how they interact with each other.

Why do we need automated tool support for sequence diagram analysis?

This is why automated tool support for the analysis of SD specifications is so important. Sequence diagrams are fundamental elements for the specification of the behaviour of objects, and in particular of their interactions.

How to create a sequence diagram in UML?

Create your own sequence diagram using a professional sequence diagramming tool called StarUML. This program was developed specifically to create UML diagrams like sequence diagrams. It offers standardized UML shapes including arrows and labels.

What are sequence diagrams (SDS)?

Each SD defines a set of possible sequences of interactions between the objects of the system, called traces. A valid Sequence Diagram is an SD whose set of traces is allowed by the system specification and does not violate its constraints. Most UML tools support the specification of SDs.


1 Answers

Did you give Architexa a try. Eclipse plugin and free for personal use.

like image 88
Arun Manivannan Avatar answered Sep 23 '22 02:09

Arun Manivannan