mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
move files in dedicated folder
This commit is contained in:
23
Additional_Notes/uml/activity_diagram_recommender.plantuml
Normal file
23
Additional_Notes/uml/activity_diagram_recommender.plantuml
Normal file
@@ -0,0 +1,23 @@
|
||||
@startuml
|
||||
|
||||
|
||||
skinparam activity {
|
||||
BarColor Black
|
||||
BackgroundColor White
|
||||
BorderColor Black
|
||||
}
|
||||
|
||||
|
||||
(*) --> "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