Blame view

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

title See alert list

(*) --> "Select alert"
	--> "Get images and analyses file names"
	--> if "Files exist"
		--> [True] "Read images and analyses files"
		--> "Display content"
		--> (*)
	else
		--> [False] "Display error"
		--> (*)

@enduml