Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
4k 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 used to illustrate a ...
7
votes
7answers
12k views

Sequence Diagram Reverse Engineering

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 IDE does a fantastic job ...
5
votes
4answers
4k views

How to Create Flowchart from java source code in Eclipse

I would like to create the flowchart or sequence diagram from my java source code. Is there any plug-in which can help me do that?? Thanks, Sen
4
votes
3answers
545 views

Diagrams for JavaScript functions

What tools can be used to convey concepts like JavaScript variable scoping and closures clearly in something similar to UML sequence diagrams? For example, how can code like the following: (the ...
4
votes
3answers
1k views

Visual Studio UML Sequence Diagram

I was wondering if there was a Sequence Diagram generator for C#? Im using Visual Studio 2008 Professional. If not is there a quick and simple software? Im finding Enterprise Architect and Visio a ...
3
votes
3answers
249 views

UML for multithreading dataflow

Hallo, I want to paint a diagram where you can see the dataflow of a java program, and if there are one or multiple threads handling the data. Sequence charts don't show multithreading and get very ...
3
votes
1answer
252 views

ASP.NET MVC request processing sequence

Is there a definitve guide/reference on exactly what methods and in what sequence are invoked while processing a request in an ASP.NET MVC pipeline? Much like a sequence diagram, I guess.
3
votes
4answers
2k views

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 tried using Alto UML, but it just gives out sequence diagram of the class chose. I would like ...
3
votes
2answers
158 views

Want tool to obtain linear temporal logic spec from UML 2.0 sequence diagram

i am working on checking model consistency of software. to do this i need to write linear temporal logic for UML 2.0 sequence diagram. if any body have any other tool for the same please response as ...
3
votes
6answers
1k views

Is there a free (as in beer) Flow chart generator for COBOL Code?

Hi I've never read COBOL in my life and have been tasked with rewriting the old COBOL code in a new language. Are there any free or free-to-try software packages out there that will generate a flow ...
3
votes
6answers
519 views

FOSS sequence diagram program?

I want to create some sequence diagrams. Is there a good FOSS tool for creating good sequence diagrams? Preferably I'd like something that takes some sort of simple text input and spits out a ...
3
votes
4answers
3k views

.NET Generate Sequence Diagrams From Running Code

Is there a tool that can generate sequence diagrams from running .NET code?
2
votes
3answers
53 views

sequence diagram

I am browsing the code of a large open source application and would like to learn how it is designed and how it works. Is there a tool that can reverse engineer the C and C++ code into sequence ...
2
votes
1answer
92 views

Is it possible to reverse engineer C# code in Rational Rose?

I am using Rational Rose Enterprise Edition 7.0. It does not give options for importing C# code for reverse engineering the design. Any add ins can be downloaded? Or I am using Visual Studio 2010 ...
2
votes
2answers
64 views

Open source tool to generate UML behavioral models from python code?

I want to generate UML behavioral models (state machines and/or sequence diagrams) from python code. Is there any open source tool that can do that?
2
votes
0answers
121 views

How can I generate sequence diagrams from Java source code?

Is there any command line tool which takes Java source and generates sequence diagrams? Or are there any tools that convert Java code to XML and convert the XML to sequence diagrams in any of the ...
2
votes
1answer
100 views

Creating Code from sequence diagram

Is there a way to Generate Code from sequence diagram ?? All I could find is Reverse Engineeering ie..from the generated code you can obtain sequence diagram. Is there a way to do otherway round ...
2
votes
2answers
92 views

How to visualize multithreading processes?

I want to model multithreading app behavior. There's lot's of synchronization (ManualResetEvents etc.). I tried to use sequence diagram but it seems to lack convenient synchronization visualizations. ...
2
votes
4answers
142 views

Is a webpage an object in sequence diagram?

I am in process of creating a sequence diagram for an online shopping cart. I am isolating which objects are needed for the diagram. The customer interacts with login page and purchases product. Can ...
2
votes
3answers
111 views

What are these diagrams called? (answer : railroad diagrams)

I have seen a lot of these diagrams in some help files and src documentation What are they called? Are there any other (for same purpose) known diagrams? Img source : ...
2
votes
4answers
338 views

Simple UML tools

I am looking for a simple UML-tool that will let me do for example a sequence diagram quicker and better than Word from scratch (Without spending to much time on learning the tool, and with the tool ...
2
votes
2answers
404 views

Actionscript 3: Sequence Diagrams for Event Handling

i have to draw some sequence diagrams for a software i wrote. In my Software i have some Objects that dispatch custom Events and other Objects that listens for these events. When it comes to ...
2
votes
5answers
3k views

free UML sequence diagram reverse engineering eclipse plugin working out of the box - does such a thing exist?

I tried (though not very comprehensively) numerous solutions including ModelGoon (only class and interaction diagrams available), ObjectAid (class diagram only), eUML free edition (quits with an ...
2
votes
1answer
1k views

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 loop.But I can not find any shape in the shapes provided.How can I represent a loop in ...
2
votes
4answers
235 views

Which tools do you recommend for java round-trip-engineering?

I am especially interested in generating code from sequence diagrams and vice versa- ie., sequence diagrams from code. Ofcourse it would be nice if it was free and better if it was an eclipse plugin!
2
votes
4answers
235 views

What are some tools to convert Java programs into sequence diagrams?

What are some tools to convert Java programs into sequence diagrams?
2
votes
3answers
416 views

Should I draw 2 sequence diagram if I have one use case with different behaviour according to the roles of user?

If a use case is performed by 2 different users and the flow of activities changes according to this role, should be specified in 2 different sequence diagram one per role?
2
votes
1answer
918 views

Difference between types of messages in sequence diagrams

What is the difference between? Self message Recursive message Re-entrant message thanks
2
votes
2answers
3k views

Describing an If-else structure in a UML system sequence diagram

Is it possible to describe an if-else structure in a system sequence diagram? If yes, how is this done?
2
votes
3answers
739 views

What exactly does the return line (dotted line) represents in a sequence diagram?

IN which kind of steps should be used the return line <- - - - - - thanks This is the diagram that I would like to fix. I think the send email lines are wrong and Im nto sure if I shoudl have ...
2
votes
2answers
3k views

using Quick Sequence Diagram Editor for sequence diagrams

Anyone have experience with Quick Sequence Diagram Editor? The combination of instant display + text source code + Java implementation is very attractive to me, but I can't quite figure out how to ...
2
votes
6answers
506 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 to use Visio. Is ...
2
votes
1answer
3k 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 to show this in the ...
2
votes
6answers
962 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 details. I have a few ...
1
vote
1answer
21 views

how to represent call to super class in a sequence diagram?

I have a complex hierarchy of objects that we can represent, for illustration purpose, like that: class Base { public handle() { //base handling code onHandlingDone() } public ...
1
vote
0answers
43 views

VS 2010: why sequence diagram has different design/style in two different projects?

I can't find any properties or whatsoever to specify how my shapes must look. And I get back two different results. This is from the modeling project I have: And this one from the Class Library ...
1
vote
1answer
75 views

Visual Studio 2010 Sequence Diagrams Cannot load

I was editing a VS 2010 Sequence Diagram and after saving and closing it, I can no longer open it. I get the following error. Anyone know how to resolve this? "Cannot Load '{diagram path and ...
1
vote
1answer
57 views

Where could I find UML diagrams of an open source project?

I'm going to start a project for my software engineering course, and I have to do a relatively hard one, something like a browser. Of course I'm not going to build a complete browser from scratch in 4 ...
1
vote
1answer
125 views

Examples of UX Web Application Diagrams

I am looking for some examples of ux diagrams, not so much from the technical perspective, but more from the user experience perspective. Mainly keeping in mind all of the different states, logged ...
1
vote
0answers
83 views

Visual Studio 2010 Cannot Resolve Moniker 877c

I created a few sequence diagrams in VS 2010 and when I try to open them in design view I get the following error: Cannot resolve moniker '8cc714d1-d71f-4f0f-a3b5-a34b74dfb852' I searched the ...
1
vote
4answers
600 views

Drawing Sequence Diagrams with Graphviz

I'm looking for an easy language/command line utility to draw sequence and timing diagrams (could be 2 different tools). I've already found Mscgen for sequence diagram drawing and looks pretty good, ...
1
vote
1answer
148 views

Free program to view .sequencediagram files

Is there a free program to view ".sequencediagram" files generated by VS2010 Ultimate? I have generated some and want to share them with my team, but do not want to copy and paste all of them into ...
1
vote
2answers
290 views

Message order in UML 2.0 sequence diagrams

How the order of the messages is modeled in UML 2.0 sequence diagrams? I've browsed the UML 2.2 Superstructure specification and the only structure I found to model order is the GeneralOrdering ...
1
vote
1answer
279 views

UML Question about Sequence Diagram

I have a question regarding UML Sequence diagram. Let's say we have an object Customer, KioskUI, KioskService and the KioskService has the last process called showNotification(); does the method ...
1
vote
7answers
700 views

which should be drawn first , class or sequence diagram?

I've had this discussion with my professor at college about UML diagrams . hi believes that sequence diagrams should be drawn before getting to class diagrams . but I think the opposite . I think ...
1
vote
1answer
420 views

How to generate sequence diagram for my Native (C, C++) code?

I would like to know how to generate a sequence diagram for my Native (C, C++) code. I have written my C code using vim editor. Thanks, Sen
1
vote
1answer
189 views

sequence/stack diagam for recursive function

for the code below: def printList(L): if L: print L[0] printList(L[1:]) I can have sequence diagram like this: # NON PYTHON PSEUDO CODE PrintList([1,2,3]) prints [1,2,3][0] ...
1
vote
2answers
166 views

Can we draw sequence diagrams if we don't have classes in a program?

I have a program I made in C++ that does not use classes, just simply functions and main(). I want to know what kind of diagrams I can draw for it. Here are a couple of things I have in mind. ...
1
vote
1answer
168 views

Sequence Diagram return a new constructed Object

I am drawing a Sequence Diagram where the scenario is. 1. an Actor calls :Table::query(query:String) :Table::query Calls :Connection::execute(query) :Connection::execute <> a new :Row Object ...
1
vote
1answer
115 views

What is more correct class name or object name in UML sequence diagram?

I was just wondering if it is more correctly to as a label of objects in UML sequence diagram instead of object name (which is irrelevant in my opinion and less informative than class name) provide ...

1 2 3