Skip to content

Commit

Permalink
Update FIndDoctorCommand uml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Shi Tong committed Nov 14, 2023
1 parent e6404d9 commit 7f09f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/diagrams/FindDoctorSequence.puml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ destroy FindDoctorCommandParser
MediConnectParser --> LogicManager : d
deactivate MediConnectParser

LogicManager -> FindDoctorCommand : execute()
LogicManager -> FindDoctorCommand : execute()
activate FindDoctorCommand

FindDoctorCommand -> Model : getFilteredDoctorList(predicate)
FindDoctorCommand -> Model : updateFilteredDoctorList(predicate)
activate Model

Model --> FindDoctorCommand
Expand Down
Binary file modified docs/images/FindDoctorSequence.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 7f09f71

Please sign in to comment.