improve manager specification

This commit is contained in:
hannes.kuchelmeister
2020-02-06 10:49:32 +01:00
parent 24a28d7df9
commit afc1e599d3

View File

@@ -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{