Skip to content

Commit

Permalink
Update sequence diagrams for add-s
Browse files Browse the repository at this point in the history
  • Loading branch information
mfjkri committed Nov 13, 2023
1 parent 165b9a1 commit 385ac32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/diagrams/AddScheduleSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ create AddScheduleCommand
AddScheduleCommandParser -> AddScheduleCommand
activate AddScheduleCommand

AddScheduleCommand -> AddScheduleCommandParser
AddScheduleCommand --> AddScheduleCommandParser : add-s
deactivate AddScheduleCommand


Expand All @@ -45,7 +45,7 @@ deactivate AddScheduleCommandParser
AddScheduleCommandParser -[hidden]-> AddressBookParser
destroy AddScheduleCommandParser

AddressBookParser --> LogicManager
AddressBookParser --> LogicManager : add-s
deactivate AddressBookParser

LogicManager -> AddScheduleCommand : execute()
Expand Down
Binary file modified docs/images/AddScheduleSequenceDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 385ac32

Please sign in to comment.