Top "Sequence-diagram" questions

The UML sequence diagram

self message(non recursive) vs self recursive message

What is the difference of these two messages? I searched the web a bit and most what I could find …

uml sequence-diagram
How to correct PlantUML Line Path

I created this diagram using the following code. But as you can see, the lines going from (Cancel Order) and (…

uml graphviz diagram sequence-diagram plantuml
UMLet Diagrams like Use Case, Class, Activity, etc

Can you please help me find a detailed tutorial on this topics: UML Behavior Diagrams Use Case Diagrams Activity Diagrams …

uml class-diagram sequence-diagram diagrams
How to model parallel threads in a UML sequence diagram

How can I model two parallel threads that perform operations on an object in a sequence diagram?

multithreading uml sequence-diagram
How to generate UML Diagrams from VS2012 Professional Edition?

For the user of professional edition in VS2012, is there a method to generate the UML (CLASS, SEQUENCE) Diagrams from …

c# visual-studio-2012 uml class-diagram sequence-diagram
How can we generate sequence diagram in IntelliJ IDEA from Java code which is editable?

I am currently using SequenceDiagram Plugin from https://plugins.jetbrains.com/plugin/8286?pr= to generate Sequence Diagrams. But here the …

java intellij-idea uml reverse-engineering sequence-diagram
How to show If else condition 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?

if-statement sequence-diagram uml
How to represent an if statement on a sequence diagram in DIA?

Does anyone know how to represent an if statement on a sequence diagram in DIA?

if-statement uml sequence-diagram dia
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 …

java sequence-diagram
How to represent an if condition1 else if contion2 on a sequence diagram?

I was wondering, how can one represent "if cond1 else if cond2" statement on a sequence diagram? if (condition1) { // Do …

uml sequence-diagram