python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can an association class have a subclass?
So I have an association class C that is an association between classes A and B. Class D is a subclass of class C as it contains data from class C.
Is it possible? and can it be represented as a diagr...
beginnernoob
Votes: 0
Answers: 2
Include Relationship in Use Case Diagram
I have this diagram. The staff receives an email when his letter is approved. Do I need add an include relationship between two use cases? If I did that, it means the staff needs to approve letter to ...
Haru
Votes: 0
Answers: 1
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