Skip to content

Commit

Permalink
Update the uml of DIYProblemSet
Browse files Browse the repository at this point in the history
  • Loading branch information
Celineyaa committed Apr 15, 2024
1 parent 756d7aa commit 452f780
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/diagrams/DIYProblemSet.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@startuml

class DIYProblemSet {
- problemSet: ArrayList<Problem>

+ DIYProblemSet()
+ addDIYProblemSet(ui: Ui): void
}

DIYProblemSet --> Problem
DIYProblemSet --> Test
DIYProblemSet --> Ui
DIYProblemSet --> Test

@enduml

0 comments on commit 452f780

Please sign in to comment.