继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

PlantUML 时序图 基本例子

不止极客
关注TA
已关注
手记 15
粉丝 0
获赞 0

基本的例子

序列-> 用于绘制两个参与者之间的信息。参与者不必明确声明。

要有一个点状的箭头,就用–>

也可以用<- 和<-- 。这不会改变绘图,但可能提高可读性。注意,这只适用于顺序图,其他图的规则不同。

plantuml
@startuml
!include https://f.umlcn.com/c4.puml

Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response

Alice -> Bob: Another authentication Request
Alice <-- Bob: Another authentication Response
@enduml

file

打开App,阅读手记
0人推荐
发表评论
随时随地看视频慕课网APP