mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
add additional connections to class diagram
This commit is contained in:
@@ -124,6 +124,18 @@ package Scoring {
|
||||
|
||||
RecommendationManager *-- ScoringFunction
|
||||
|
||||
ConfigurationAPI --> ConfigurationDAO
|
||||
ProductStructureAPI --> ProductStructureDAO
|
||||
RecommenderAPI --> RecommendationManager
|
||||
|
||||
RecommendationManager --> ProductStructureDAO
|
||||
RecommendationManager --> ConfigurationDAO
|
||||
ScoringFunction --[hidden]--> ConfigurationDAO
|
||||
|
||||
|
||||
|
||||
ConfigurationDAO --> ConfigurationModel
|
||||
ProductStructureDAO --> ProductStructureModel
|
||||
|
||||
|
||||
@enduml
|
||||
Reference in New Issue
Block a user