python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
how to use interaction use in sequence diagram in Staruml
I have created two sequence diagrams and I wanted to reference one of them in the other, I know to do that we have to use interaction use, but I can't write on it or reference the other sequence diagr...
th3plus
Votes: 0
Answers: 0
Self Message vs Return Message in Sequence Diagram
What the difference between a self message and a return message.
Here 2 examples:
Self Message:
Return Message:
Which example is correct?

Haru
Votes: 0
Answers: 2
Flowchart or Sequence diagram to describe a process?
Say I what to describe a login process, which involves some steps. Although each step may be an asynchronous interaction, e.g. a http request & response, the overall steps happen in a sequential o...

Qiulang
Votes: 0
Answers: 1
UML fragment to prevent the further executions?
What is a UML fragment is using in a case representing a check operation that either stops the further execution on a failed check or lets it go, kind of a programming statement if role != 'admin': br...
kvdm.dev
Votes: 0
Answers: 2