TP2 non fini encore

This commit is contained in:
2025-11-14 11:16:43 +01:00
parent 2a20fdb73c
commit baf2c5ae7c
2 changed files with 8 additions and 8 deletions

View File

@@ -25,17 +25,17 @@ return "p1"
j1 -> j1 : setParcelleVisible(p1)
j1 -> p1 : "getSplit()"
p1 --> j1 : "V"
j1 -> p1 : ++ "getSplit()"
return "V"
j1 -> p0 : "getSecond()"
p0 --> j1 : "p2"
j1 -> p0 : ++ "getSecond()"
return "p2"
j1 -> j1 : setParcelleVisible(p2)
j1 -> p2 : "getSplit()"
p2 --> j1 : "False"
j1 -> p2
j1 -> p2 ++: "getSplit()"
return "False"
j1 -> p2 ++ : setSplit(V)
return "p3 & p4 created"
@enduml