Skip to the content.

Home / cs-notes / Language / Markdown / plantuml / Sequence Diagram / Anchors and Duration

@startuml
!pragma teoz true

{start} Alice -> Bob : start doing things during duration
Bob -> Max : something
Max -> Bob : something else
{end} Bob -> Alice : finish

{start} <-> {end} : some time

@enduml