About 10,300,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 ago Modified 3 years, 9 months ago Viewed 565k times

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

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

  4. 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, 4 months ago Viewed 7k times

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

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

    Oct 9, 2023 · 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 canceling the …

  7. 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 handling the …

  8. Flowchart or Sequence diagram to describe a process?

    Mar 29, 2022 · A sequence diagram is appropriate for showing the interaction between two or more objects. This typically involves some request and response messages and possibly their parameters. …

  9. java - How can I represent try catch block with SQLException throw in ...

    May 21, 2019 · How can I represent try catch block with SQLException throw in UML sequence diagram? Asked 6 years, 6 months ago Modified 5 years, 8 months ago Viewed 5k times

  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?