Top "Sequence-diagram" questions

The UML sequence diagram

Sequence Diagram Reverse Engineering

I'm looking for a tool that will reverse engineer Java into a sequence diagram BUT also provides the ability to …

java uml reverse-engineering sequence-diagram
How can I represent a loop in a sequence diagram in Microsoft Visio 2007?

I am drawing a sequence diagram in Microsoft Visio 2007 and I want come message calls to be represented in a …

uml visio sequence-diagram
Software for Sequence Diagrams?

I've been using NClass for object/class modeling in class thus far. However, I do not believe that it is …

uml visio sequence-diagram
How do you show instantiation in a UML Sequence Diagram?

How do I show that the WebServer instantiates a View and gets back control of the flow? Maybe I'm not …

uml sequence-diagram
Eclipse plugin or a Open source tool to reverse engineer java code for sequence diagram

I am looking out for a eclipse plugin or an open source tool to reverse engineer the sequence diagrams. I …

java eclipse uml reverse-engineering sequence-diagram
How to get the caller class name inside a function of another class in python?

My objective is to stimulate a sequence diagram of an application for this I need the information about a caller …

python stack runtime sequence-diagram
How to present static class or function call in Sequence Diagram?

How is a static class or call to a static function presented in Sequence Diagram? As per my understanding, the …

static uml sequence-diagram
What is the difference between sequence diagram and communication diagram?

Could anyone explain me what is the difference between sequence diagram and communication diagram?

uml sequence-diagram communication-diagram
Tool for drawing protocol sequence diagrams

I am looking for a tool to draw a sequence of packets sent for a sliding window protocol. There are …

protocols sequence-diagram
How do I model an object thats returned from a function call in a sequence diagram?

Suppose I have code like user = AuthHandler.getLoggedInUser() user.setName(name) UserDAO.update(user) How will the sequence diagram look …

uml sequence-diagram