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

    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. uml - What's the difference between activity diagram and …

    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 …

  3. Asynchronous replies in UML sequence diagrams (async/await …

    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

  4. Newest 'sequence-diagram' Questions - Stack Overflow

    Nov 17, 2025 · I'm making a sequence diagram for some use cases of an interaction model for an online Book Store. In the use case sequence diagram, there's always the possibility of a user …

  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 …

  6. 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 …

  7. Difference between alt and opt fragment in sequence diagram?

    Feb 21, 2014 · Sequence diagram describes a set of interactions sequences. opt fragment in diagram means that the diagram describes two possible interactions sequences - one with the …

  8. java - How to handle an exception thrown by an actor i.e ...

    Oct 9, 2023 · 3 I'm making a sequence diagram for some use cases of an interaction model for an online Book Store. In the use case sequence diagram, there's always the possibility of a user …

  9. Sequence diagram - modelling HTTP requests - Stack Overflow

    Oct 27, 2024 · For my school project, I need to create a sequence diagram. In that sequence diagram I have to represent an API call using simple JavaScript code (fetch() + then() for …

  10. 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, …