Plantuml Code | Diagrame |
---|---|
@startuml header Page Header footer Page %page% of %lastpage% title Sequence Diagram participant 1 #red participant "Two!" as 2 actor "man" as 3 'boundary control entity database collections 1 --> 2 : <connection> 1 <--> 2 : <handshake> 1 -> 2 : hello 1 <- 2 : yes 1 <-> 2 : Let's Share 1 <-- 2 : <close_signal> '1 - 2 '1 -- 2 2 ->x 3 : lost message 2 -x 3 : no difference 2 x-> 3 2 x-x 3 2 x<-[#green]>x 3 2 <-x 3 2 x- 3 2 x<[#0000FF]- 3 1 ->o 2 '1 -o 2 1 o-> 2 '1 o-o 2 1 o<->o 2 1 <-o 2 '1 o- 2 1 o<- 2 2 ->> 3 2 -\\ 3 2 -// 3 2 -/ 3 2 -\ 3 2 <<- 3 2 //- 3 2 \\- 3 2 /- 3 2 \- 3 2 <<->> 3 1 /-/ 2 : "no diff as <-/" 1 <-/ 2 : "double side slash is\nnot working correctly" 2 -> 2 : loop -> 2 : "<b>from <font color="red">somewhere" 2 <- : "<b>from </b>somewhere" @enduml |