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)
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
Modeling frontend and backend in a use case diagram
I am trying to make a use case diagram for my project, the backend is going to be made using Django rest framework and the front end using react, my question is how can i model this situation in the r...
th3plus
Votes: 0
Answers: 2
How can I describe an associative entity relationship?
So in a one to many relation it can be like:
Director (1..1)--R3--(0..*) Movie
R11: A director can direct many movies; a movie only has one director.
But if we have a many to many relation and we use ...
Sabina940
Votes: 0
Answers: 1