mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
add activity diagram for recommender
This commit is contained in:
15
Additional_Notes/activity_diagram_recommender.plantuml
Normal file
15
Additional_Notes/activity_diagram_recommender.plantuml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
@startuml
|
||||||
|
|
||||||
|
(*) --> "Using MAUT create partial configuration based on preferences"
|
||||||
|
--> validate and repair configuration
|
||||||
|
--> "save in db"
|
||||||
|
|
||||||
|
if "has better configruation in db" then
|
||||||
|
-->"use best in db"
|
||||||
|
--> (*)
|
||||||
|
else
|
||||||
|
--> "use generated"
|
||||||
|
--> (*)
|
||||||
|
endif
|
||||||
|
|
||||||
|
@enduml
|
||||||
Reference in New Issue
Block a user