赞
踩
graph LR
subgraph g1
a1–>b1
end
subgraph g2
a2–>b2
end
subgraph g3
a3–>b3
end
a3–>a2
sequence diagram (序列图)
关键字
participant,参与者,相当先定义模块,可通过设定参与者(participant)的顺序控制展示顺序
note, 便签,格式如下
note [right of | left of][Actor]:Text
note over [Actor1, Actor2…]:Text
loop Loop_text
… statements…
end
alt Describing_text
…statements…
else
…statements…
end
opt Describing_text
…statements…
end
sequenceDiagram
Alice->>Bob: Hello Bob, how are you?
alt is sick
Bob->>Alice:not so good
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。