Files
BUT2FICPOO/DSsemaine2TDQuestion1.plantuml
T

22 lines
436 B
Plaintext
Raw Normal View History

2025-11-14 11:12:34 +01:00
-- 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
2025-11-14 11:20:20 +01:00
v -> p0 ++ : getSecond()
2025-11-14 11:12:34 +01:00
return p1
v --
v -> p1 ++ : getSplit()
2025-11-14 11:20:20 +01:00
return V
2025-11-14 11:12:34 +01:00
v -> p1 ++ : reset()
p1 -> p2 !! : delete
p1 -> p3 !! : delete
return
@enduml