Skip to content

Commit

Permalink
Add the new diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
alegarman2002 committed Feb 19, 2024
1 parent c25e587 commit a87ca81
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions docs/src/06_runtime_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,8 @@ See https://docs.arc42.org/section-6/[Runtime View] in the arc42 documentation.

=== Utility

----
actor User
entity APP
entity QandA
Activate User
Activate APP
User -> APP : Start Game
Activate QandA
APP -> QandA : Request
QandA -> QandA : Generate QandA
QandA --> APP : Return QandA
deactivate QandA
APP --> User : Game Prepared
loop
User -> APP: User Plays
APP -> User :Game Responds
end
APP --> User: Game Ends
deactivate APP
deactivate User
----
:imagesdir: images/
image::06-UtilityDiagram.png[]


=== <Runtime Scenario 1>
Expand Down

0 comments on commit a87ca81

Please sign in to comment.