Blame view

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

(*) --> if "Sequence is finished"
		--> [Yes] "Get images and analyses files names"
		if "Files exist"
			--> [Yes] "Display images and analyses"
			--> (*)
		else
			--> [No] "Display error message"
		endif
	else
		--> [No] "Display error message"
		--> (*)

@enduml