Blame view

doc/uml/activities/alert_manager/change_alert_strategy_act.txt 361 Bytes
164eebbd   haribo   UML and comments
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@startuml

title Change alert strategy

(*) --> "Select alert and new strategy"
	--> if "Alert or strategy doesn't exist"
		--> [True] "Display error"
	else
		--> [False] if "New strategy is the same as the current one for this alert"
			--> [True] "Display error"
			--> (*)
		else
			--> [False] "Build new alert"
			--> "Start scheduling"
			--> (*)

@enduml