Blame view

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

title Apply analyses

(*) --> if "All analyses files exist in their directory"
		--> [Yes] "Read analyses files"
		--> "Apply analyses to the images"
		--> (*)
	else
		--> [No] "Send mail to the administrators and the FSC"
		--> (*)
	endif

@enduml