Skip to content

Commit

Permalink
Update DeveloperGuide
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiyuan-Amos committed Jul 17, 2017
1 parent 5266cc7 commit cbc6571
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ _Figure 2.3.1 : Structure of the Logic Component_
*API* :
link:{repoURL}/src/main/java/seedu/address/logic/Logic.java[`Logic.java`]

. `Logic` uses the `Parser` class to parse the user command.
. `Logic` uses the `AddressBookParser` class to parse the user command.
. This results in a `Command` object which is executed by the `LogicManager`.
. The command execution can affect the `Model` (e.g. adding a person) and/or raise events.
. The result of the command execution is encapsulated as a `CommandResult` object which is passed back to the `Ui`.
Expand Down
Binary file modified docs/diagrams/LogicComponentClassDiagram.pptx
Binary file not shown.
Binary file modified docs/diagrams/LogicComponentSequenceDiagram.pptx
Binary file not shown.
Binary file modified docs/images/DeletePersonSdForLogic.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/LogicClassDiagram.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 cbc6571

Please sign in to comment.