Files
BUT2-DEV34-CPOO-Public/plantUML/exemples/DSsemaine2TDQuestion1.plantuml

23 lines
470 B
Plaintext
Raw Normal View History

-- 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