mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
improve manager specification
This commit is contained in:
@@ -25,7 +25,9 @@ package API {
|
||||
"/product_structure/" ()-- ProductStructureAPI
|
||||
|
||||
package Manager {
|
||||
class RecommendationManager
|
||||
class RecommendationManager {
|
||||
getRecommentdation(strategy : String, preferences : Preferences, current_configuration : Configuration) : Configuration
|
||||
}
|
||||
}
|
||||
|
||||
package Model{
|
||||
|
||||
Reference in New Issue
Block a user