About 16,800,000 results
Open links in new tab
  1. How to show "if" condition on a sequence diagram? - Stack Overflow

    How to show "if" condition on a sequence diagram? Asked 14 years, 1 month ago Modified 3 years, 9 months ago Viewed 566k times

  2. Asynchronous replies in UML sequence diagrams (async/await pattern)

    Jul 1, 2023 · Asynchronous replies in UML sequence diagrams (async/await pattern) Asked 2 years, 5 months ago Modified 2 years, 5 months ago Viewed 7k times

  3. uml - What's the difference between activity diagram and sequence ...

    Jul 4, 2016 · But sequence diagrams represents the interaction between classes or objects according to time.So there is a difference between these two diagrams. Before moving to activity diagrams you …

  4. Sequence diagram including Registration and Login

    Feb 18, 2021 · When you use actors in sequence diagram as explained here, then be at least careful with messages exchanged with the actor. If you have some clear messages that correspond to …

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

    A sequence diagram, however, is a special kind of a UML diagram and it turns out that reverse engineering a sequence diagram is quite challenging. First, if you wanted to generate a sequence …

  6. How to draw calls from constructors in UML sequence diagrams?

    Nov 20, 2014 · See my edited answer for an example of how is this message sequence drawn by Enterprise Architect (after raw input). uml-diagrams.org comments this as "..Note, that this weird …

  7. oop - Explanation of the UML arrows - Stack Overflow

    Dec 9, 2009 · There are plenty of other arrows: generalization, realisation and etc. which have meaning to the diagram reader. Can I get an explanation on each arrow (ordinary, plain, dotted, diamond …

  8. using alt in sequence diagrams for starUML - Stack Overflow

    Apr 22, 2013 · If you are using StarUML 2 (Beta), you can go through these simple steps: Add Combined fragment to your sequence diagram: If you try to add operand (alt partition) through …

  9. How to represent calls within same class using UML-Sequence diagram

    Feb 11, 2013 · What I need is a representation similar to a stacktrace in UML sequence diagram. Is it possible using sequence diagram or is some other diagram a better way for representing calls within …

  10. Color Change of One Element in a Mermaid Sequence Diagram?

    Feb 24, 2023 · I'm using Mermaid to create a sequence diagram in Markdown. I'd like to highlight some of the participants and to gray some of the arrows. How can that be done?