exemples de diagrammes séquence plantUML

This commit is contained in:
2025-11-14 09:58:19 +01:00
parent 64042682a3
commit 1db2933993
3 changed files with 36 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
-- Exemple tiré de la documentation
-- utilie des abbréviations
@startuml
alice -> bob ++ : hello
bob -> bob ++ : self call
bob -> bib ++ #005500 : hello
bob -> george ** : create
return done
return rc
bob -> george !! : delete
return success
@enduml