mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Make customer design model diagram more compact
This commit is contained in:
parent
df2c10b1d3
commit
54c6cbf2ce
|
@ -65,14 +65,16 @@ package customer {
|
|||
}
|
||||
|
||||
CustomerRepository *-- Customer : -customer
|
||||
CustomerController --> CustomerRepository : -customerRepository
|
||||
CustomerRepository --> CustomerController : -customerRepository
|
||||
CustomerDataInitializer --> CustomerRepository : -customerRepository
|
||||
RegistrationForm <-- CustomerController : use
|
||||
RegistrationForm --> CustomerController : use
|
||||
CustomerRepository --> Set : -customers
|
||||
CustomerRepository --> HashSet : use
|
||||
CustomerRepository --> Collection : use
|
||||
CustomerRepository --> Optional : use
|
||||
CustomerRepository --> ArrayList : use
|
||||
|
||||
RegistrationForm -[hidden]- Customer
|
||||
|
||||
|
||||
@enduml
|
||||
|
|
Loading…
Reference in a new issue