mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Update staff design model
This commit is contained in:
parent
eee5a24452
commit
57b1fc9b43
|
@ -57,14 +57,14 @@ package staff {
|
|||
}
|
||||
}
|
||||
|
||||
StaffRepository *-- Staff : -staff
|
||||
StaffRepository o-- Staff : -staff
|
||||
StaffController --> StaffRepository : -staffRepository
|
||||
StaffDataInitializer --> StaffRepository : -staffRepository
|
||||
StaffRepository --> Set : -staff
|
||||
StaffRepository --> HashSet : use
|
||||
StaffRepository --> Collection : use
|
||||
StaffRepository --> Optional : use
|
||||
StaffRepository --> ArrayList : use
|
||||
|
||||
StaffRepository ..> HashSet : <<use>>
|
||||
StaffRepository ..> Collection : <<use>>
|
||||
StaffRepository ..> Optional : <<use>>
|
||||
StaffRepository ..> ArrayList : <<use>>
|
||||
Staff -[hidden]- StaffRepository
|
||||
|
||||
@enduml
|
||||
|
|
BIN
src/main/asciidoc/models/design/staff.svg
(Stored with Git LFS)
BIN
src/main/asciidoc/models/design/staff.svg
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in a new issue