The UML sequence diagram
I was wondering, how can one represent "if" statement on a sequence diagram? if (somethingShouldBeDone) { // Do it } else { // Do something …
uml sequence-diagramI'm creating a sequence diagram, and one of the classes is being observed by another class. The observed class is …
uml sequence-diagramI have a question about generating sequence diagram from Java source code. When I googled I saw someone told to …
java uml reverse-engineering sequence-diagramI want to know in detail about the difference between alt and opt fragment in sequence diagram, they seem similar, …
uml sequence-diagramHow can you clearly illustrate multiple threads of execution in a sequence diagram or similar diagram? I haven't been able …
multithreading uml sequence-diagramI would like to create the flowchart or sequence diagram from my java source code. Is there any plug-in which …
java eclipse eclipse-plugin sequence-diagramI tried (though not very comprehensively) numerous solutions including ModelGoon (only class and interaction diagrams available), ObjectAid (class diagram only), …
eclipse eclipse-plugin uml reverse-engineering sequence-diagramIn which kind of steps should be we use the return line in a sequence diagram? <- - - …
uml sequence-diagramI'm looking for an easy language/command line utility to draw sequence and timing diagrams (could be 2 different tools). I've …
graphics diagram sequence-diagram timing-diagramI am trying to create UML sequence diagram for a particular process in our application. The problem is that most …
uml sequence-diagram