rename sequence diagrams and add prefernces

This commit is contained in:
hannes.kuchelmeister
2019-12-10 15:58:05 +01:00
parent e4405d1116
commit 1c183b2ac8
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ M.Collab -> M.Core: build_in(configuration)
activate M.Core
M.Collab <-- M.Core: return configuration
deactivate M.Core
M.Collab -> M.Recommend : getRecommendation(configuration)
M.Collab -> M.Recommend : getRecommendation(configuration, preferences)
activate M.Recommend
par

View File

@@ -30,7 +30,7 @@ M.Collab -> M.Core: build_in(configuration)
activate M.Core
M.Collab <-- M.Core: return alternatives
deactivate M.Core
M.Collab -> M.Recommend : getRecommendation(alternatives)
M.Collab -> M.Recommend : getRecommendation(alternatives, preferences)
activate M.Recommend
M.Collab <-- M.Recommend : return recommendedAlternatives
deactivate M.Recommend