Questions tagged [activity-diagram]
The activity-diagram tag has no summary.
2 questions
0
votes
2
answers
278
views
What is a possible order of these actions in this Activity Diagram?
Context: This is from a practice exam, and we aren't sure what the proper answer was
Question: What is a possible order of actions for this activity diagram?
Options:
A->B->D or A->B->C-&...
4
votes
2
answers
4k
views
What comes first: the activity diagram or the sequence diagram?
I've been learning about UML diagrams and such. While doing so I came across a problem. Which diagram should be drawn first when designing a system, given that use case and such are completed? Is the ...