Diagramme Sequence

This commit is contained in:
2025-11-14 11:20:20 +01:00
parent bc41aa7ddf
commit 042a33a510
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -9,12 +9,11 @@ participant "Parcelle:p2" as p2
participant "Parcelle:p3" as p3
v -> p0 ++ : getSplit()
return V
v -> p0 ++ : getFirst()
v -> p0 ++ : getSecond()
return p1
v -> v ++ : setParcelleVisible(p1)
v --
v -> p1 ++ : getSplit()
return H
return V
v -> p1 ++ : reset()
p1 -> p2 !! : delete
p1 -> p3 !! : delete
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 13 KiB