Skip to content

Commit

Permalink
Remove additional model
Browse files Browse the repository at this point in the history
  • Loading branch information
tjingsheng committed Nov 13, 2023
1 parent 05e7762 commit c9f0eab
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,15 +157,10 @@ How the parsing works:
* All `XYZCommandParser` classes (e.g., `LocalCourseAddCommandParser`, `NoteDeleteCommandParser`, ...) inherit from the `Parser` interface so that they can be treated similarly where possible e.g, during testing.

### 4.4 Model Component
**API** : [`Model.java`](https://github.com/se-edu/addressbook-level3/tree/master/src/main/java/seedu/address/model/Model.java)

<puml src="diagrams/ModelClassDiagram.puml" width="450" />


The `Model` component,
The `SeplendidModel` component,

**API
** : [`SeplendidModel.java`](https://github.com/AY2324S1-CS2103T-W10-2/tp/blob/master/src/main/java/seedu/address/model/SeplendidModel.java)
**API** : [`SeplendidModel.java`](https://github.com/AY2324S1-CS2103T-W10-2/tp/blob/master/src/main/java/seedu/address/model/SeplendidModel.java)

<puml src="diagrams/ModelClassDiagram.puml" width="100%" />

Expand Down

0 comments on commit c9f0eab

Please sign in to comment.