About 51 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, 2 months ago Modified 3 years, 11 months ago Viewed 567k times

  2. Sequence diagram including Registration and Login - Stack Overflow

    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 …

  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. Something confused about the sequence diagram - Stack Overflow

    Sep 5, 2021 · I'm new to the sequence diagram. I'm confused in the rules of the return message. For example, the line of displaySupplierRecord () should be dotted line or solid line? And also the arrow …

  5. modeling - differences between sequence diagram and collaboration ...

    Jan 14, 2013 · A Sequence diagram is dynamic, and, more importantly, is time ordered. A Collaboration diagram is very similar to a Sequence diagram in the purpose it achieves; in other words, it shows …

  6. System design- constructing sequence diagram using MVC pattern

    Apr 5, 2024 · I am currently modeling a social media application using the MVC design pattern and intend to construct a sequence diagram to illustrate the process flow. The use case I am focusing on …

  7. UML Sequence diagram auto-numbering in Visual Paradigm

    Sep 8, 2018 · 7 Regarding on how to set different ways of numbering sequence messages in Visual Paradigm, you should read the section " Setting different ways of numbering sequence messages " …

  8. uml - How can i represents a sequence diagram that has nested ...

    Sep 23, 2023 · Sequence diagrams model a scenario of interactions between instances. State diagrams document states of an instance, a class or a system and how you may transition from one state to …

  9. How to represent a call being made in a loop in a sequence diagram?

    65 I'm creating a sequence diagram, and one of the classes is being observed by another class. The observed class is calling update in the observer every 5 seconds in a loop. I need to show this in the …

  10. How to illustrate multiple threads in sequence diagram?

    Oct 5, 2016 · 86 How can you clearly illustrate multiple threads of execution in a sequence diagram or similar diagram? I haven't been able to find any clear examples. All diagrams I see are used to …