Skip to content

Commit

Permalink
Merge pull request #228 from chenyixin0/master
Browse files Browse the repository at this point in the history
diagram
  • Loading branch information
chenyixin0 authored Apr 15, 2024
2 parents 9b4ba31 + dd4f563 commit 9d022ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/diagrams/FilterSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ deactivate AddressBookParser
LogicManager -> FilterCommand : execute(m)
activate FilterCommand

FilterCommand -> Model : getFilteredPersonList()
FilterCommand -> Model : updateFilteredPersonList(tagPredicate)
activate Model

Model --> FilterCommand : filteredPersons: ObservableList<Person>
'Model --> FilterCommand : filteredPersons: ObservableList<Person>
Model --> FilterCommand
deactivate Model

create CommandResult
Expand Down

0 comments on commit 9d022ab

Please sign in to comment.