This commit is contained in:
Val Jenson
2025-11-14 11:20:45 +01:00
parent 691a87a35a
commit b4273e9272
6 changed files with 46 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
-- Exemple tiré de la documentation
-- utilie des abbréviations
@startuml
autonumber
participant "VueJardin:Pape14" as v
participant "Parcelle:p0" as p0
participant "Parcelle:p1" as p1
participant "Parcelle:p2" as p2
participant "Parcelle:p3" as p3
v -> p0 ++ : getSplit()
return V
v -> p0 ++ : getFirst()
return p1
v -> v ++ : setParcelleVisible(p1)
v --
v -> p1 ++ : getSplit()
return H
v -> p1 ++ : reset()
p1 -> p2 !! : delete
p1 -> p3 !! : delete
return
@enduml