About 7,430,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 ago Modified 3 years, 8 months ago Viewed 563k 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. How to represent calls within same class using UML-Sequence …

    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 …

  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 …

  5. How do I model an object thats returned from a function call in a ...

    Dec 28, 2015 · Sequence Diagrams doesn't require much detail about the object that is returned. When an operation is performed in an object / class (rectangles), then, a returning dotted …

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

  7. Representing consume/produce event as UML components from …

    Feb 5, 2022 · 2 I have a usecase of producing some event, consuming event produced by other microservice & also produced by own. How to represent the Kafka system, microservice in …

  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. What exactly does the return line (dotted line) represents in a ...

    Jul 7, 2015 · What exactly does the return line (dotted line) represents in a sequence diagram? Asked 15 years, 5 months ago Modified 10 years, 4 months ago Viewed 55k times

  10. How to represent a call being made in a loop in a sequence …

    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 …