Skip to content

Commit

Permalink
Merge pull request #344 from ldinghan/branch-fix-uml
Browse files Browse the repository at this point in the history
Fix UML diagram
  • Loading branch information
ldinghan committed Nov 14, 2023
2 parents 0e72bbd + 0618358 commit 585bd0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/diagrams/SessionClassUML.puml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skinparam classAttributeIconSize 0

Class Session {
+ getSessionNumber(): SessionNumber
+ getStudents(): SessionStudents
+ getStudents(): StudentSet
+ getSessionRemark(): SessionRemark
+ isSameSession(Session): boolean
+ getSessionInfo(): String
Expand All @@ -23,7 +23,7 @@ Class StudentSet {
+ <u>VALIDATION_REGEX: String
+ addStudent(Person)
+ removeStudent(Person)
+ getStudents(): SessionStudents
+ getStudents(): StudentSet
+ toStudentNames(): String
+ contains(Person): boolean
}
Expand All @@ -39,7 +39,7 @@ Class Person {
}

Session *-- "1" SessionNumber: sessionNumber
Session *-- "1" StudentSet: sessionStudents
Session *-- "1" StudentSet: students
Session *-- "1" SessionRemark: sessionRemark
StudentSet o-- "*" Person: contains

Expand Down
Binary file modified docs/images/SessionClassUML.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 585bd0e

Please sign in to comment.