Skip to content

Commit

Permalink
Update sequence diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
charrizard47 committed Apr 13, 2020
1 parent 975ff14 commit 5a5669a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/diagrams/FilterSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ LogicManager -> FitBizParser : parseCommand\n("filter-c t/obese s/swim")
activate FitBizParser

create FilterCommandParser
FitBizParser -> FilterCommandParser
FitBizParser -> FilterCommandParser : FilterCommandParser()
activate FilterCommandParser

FilterCommandParser --> FitBizParser
Expand All @@ -33,7 +33,7 @@ FitBizParser --> FilterCommandParser : parse("t/obese s/swim")
activate FilterCommandParser

create FilterCommand
FilterCommandParser --> FilterCommand
FilterCommandParser --> FilterCommand : FilterCommand(ts)
activate FilterCommand


Expand Down
4 changes: 2 additions & 2 deletions docs/diagrams/ViewSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ activate LogicManager
LogicManager --> FitBizParser : parseCommand("view-c 3")
activate FitBizParser

FitBizParser --> ViewCommandParser
FitBizParser --> ViewCommandParser : ViewCommandParser()
activate ViewCommandParser

ViewCommandParser --> FitBizParser
Expand All @@ -28,7 +28,7 @@ deactivate ViewCommandParser
FitBizParser --> ViewCommandParser : parse("3")
activate ViewCommandParser

ViewCommandParser --> ViewCommand
ViewCommandParser --> ViewCommand : ViewCommand()
activate ViewCommand

ViewCommand --> ViewCommandParser : v
Expand Down
Binary file modified docs/images/FilterSequenceDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/ViewSequenceDiagram.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 5a5669a

Please sign in to comment.