From ef535ba57f3490c707c0402bc2a3093a34677fed Mon Sep 17 00:00:00 2001 From: Jean-Remy Hok Date: Tue, 6 Apr 2021 14:20:55 +0200 Subject: [PATCH] Ajout th_computePosition.txt --- conception/th_computePosition.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 conception/th_computePosition.txt diff --git a/conception/th_computePosition.txt b/conception/th_computePosition.txt new file mode 100644 index 0000000..7ee6010 --- /dev/null +++ b/conception/th_computePosition.txt @@ -0,0 +1,12 @@ +@startuml +skinparam monochrome true +start + +while () + :startPosition?; + :shouldComputePosition = true; + :stopPosition?; + :shouldComputePosition = true; +endwhile +stop +@enduml \ No newline at end of file