mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
rename sequence diagrams and add prefernces
This commit is contained in:
@@ -30,7 +30,7 @@ M.Collab -> M.Core: build_in(configuration)
|
|||||||
activate M.Core
|
activate M.Core
|
||||||
M.Collab <-- M.Core: return configuration
|
M.Collab <-- M.Core: return configuration
|
||||||
deactivate M.Core
|
deactivate M.Core
|
||||||
M.Collab -> M.Recommend : getRecommendation(configuration)
|
M.Collab -> M.Recommend : getRecommendation(configuration, preferences)
|
||||||
activate M.Recommend
|
activate M.Recommend
|
||||||
|
|
||||||
par
|
par
|
||||||
@@ -30,7 +30,7 @@ M.Collab -> M.Core: build_in(configuration)
|
|||||||
activate M.Core
|
activate M.Core
|
||||||
M.Collab <-- M.Core: return alternatives
|
M.Collab <-- M.Core: return alternatives
|
||||||
deactivate M.Core
|
deactivate M.Core
|
||||||
M.Collab -> M.Recommend : getRecommendation(alternatives)
|
M.Collab -> M.Recommend : getRecommendation(alternatives, preferences)
|
||||||
activate M.Recommend
|
activate M.Recommend
|
||||||
M.Collab <-- M.Recommend : return recommendedAlternatives
|
M.Collab <-- M.Recommend : return recommendedAlternatives
|
||||||
deactivate M.Recommend
|
deactivate M.Recommend
|
||||||
Reference in New Issue
Block a user