Tagged Questions

1
vote
6answers
61 views

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 capable of sequence diagrams, which is my next task. I would prefer not t …
2
votes
2answers
90 views

How to illustrate multiple threads in sequence diagram?

How can you clearly illustrate multiple threads of execution in a sequence diagram or similar diagram? I haven't been able to find any clear examples. All diagrams I see are us …
0
votes
1answer
29 views

Drawing selection in sequence diagrams

I need to be able to draw selection in a sequence diagram. I have tried argouml, visio, & visual paradigm to no avail :(
0
votes
3answers
57 views

FLOSS sequence diagram programme?

I want to create some sequence diagrams. Is there a good FLOSS tool for creating good sequence diagrams? Preferably I'd like something that takes some sort of simple text input and …
0
votes
2answers
113 views

Tool for drawing protocol sequence diagrams

Please add more answers even though I have accepted one. I am looking for a tool to draw a sequence of packets sent for a sliding window protocol. There are many tools for drawing …
1
vote
2answers
79 views

What do you look for in a sequence diagram to indicate that the system is well architected?

What good-practice-indicating idioms do you look for in a sequence of method invocations, as depicted on sequence diagrams?
2
votes
3answers
773 views

.NET Generate Sequence Diagrams From Running Code

Is there a tool that can generate sequence diagrams from running .NET code?
0
votes
1answer
162 views

Hide arguments in Visio UML sequence diagram

Is it possible to hide the arguments list in a Visio UML sequence diagram? Currently, when I add a message call to the diagram it appears like this: operationName( param1, param2) …
1
vote
1answer
90 views

SQL 2005/2008 create sequence diagram of stored procedure and db interaction

We have a very complex set of stored procedures that have been migrated over from Oracle in to SQL 2005. At one time, I heard there was a solution where sequence diagrams could be …
1
vote
1answer
93 views

Show object creation (from DAL) in UML sequence chart

I have 3 classes: Controller, DAL and Entity. The controller calls the DAL requesting an Entity. The DAL retrieves the entity data from the DB and creates a new Entity class whic …
2
votes
5answers
2k views

Sequence Diagram Reverse Engineering

Hi - I'm looking for a tool that will reverse engineer into a sequence diagram BUT also provides the ability to filter out calls to certain libraries. For example, the Netbeans …
0
votes
2answers
329 views

Can I use jtracert to sequence diagram a unit test running in eclipse?

How would I go about using jtracert to sequence diagram a junit test being run within eclipse?
0
votes
1answer
111 views

how to represent a call being made in a loop in a sequence diagram?

I'm creating a sequence diagram and one of the classes is being observed by another class. The observed class is calling update in the observer every 5 seconds in a loop. I need …
0
votes
1answer
466 views

How do I use jtracert to analyse an application running on Glassfish?

I'd like to generate sequence diagrams of a running java ee application using jtracert. How do I do this?
1
vote
5answers
439 views

Coding using sequence diagrams

When I was at university a lecturer said how some people managed to code using sequence diagrams, this to me seems a good way of programming but of course the devil is in the detai …

1 2 next
15 30 50 per page