Ajout th_computePosition.txt
This commit is contained in:
parent
f78ec42f7b
commit
ef535ba57f
1 changed files with 12 additions and 0 deletions
12
conception/th_computePosition.txt
Normal file
12
conception/th_computePosition.txt
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
@startuml
|
||||||
|
skinparam monochrome true
|
||||||
|
start
|
||||||
|
|
||||||
|
while ()
|
||||||
|
:startPosition?;
|
||||||
|
:shouldComputePosition = true;
|
||||||
|
:stopPosition?;
|
||||||
|
:shouldComputePosition = true;
|
||||||
|
endwhile
|
||||||
|
stop
|
||||||
|
@enduml
|
Loading…
Reference in a new issue