在线时序图

Posted kingBo0259

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在线时序图相关的知识,希望对你有一定的参考价值。

      今天想画时序图,之前流程图一般我使用OmniGraffle,也是非常强大;but 对款软件如何画时序图还是不怎么熟悉; 因此在网上找了在线时序图;结果人意外的找到了在线时序图软件websequencediagrams

自己小试了一把:

title Pay   

AppClient->+AppService: create Order
AppService-> +PayService: orderID、productID、等
PayService-> -AppService: payId
AppService-> -AppClient :payId
AppClient -> +PayClient: payId


PayClient->AccountSDK:password
opt password
   PayClient -> +AccountSDK:productId、prodyctNo
   AccountSDK -> -PayClient:password
end

PayClient->RiskSDK:risk
opt risk
PayClient->+RiskSDK:riskData
RiskSDK-> -PayClient: result
end
PayClient->PayClient: MSM
PayClient ->+PayService:payId
PayService -> -PayClient:payResult

PayClient-> -AppClient:SDKPayResult

 

运行结果如下:

 

非常完美,这里就当记录下

以上是关于在线时序图的主要内容,如果未能解决你的问题,请参考以下文章

PowerDesigner16 时序图

UML图之时序图

使用visio 2016 绘制画UML时序图(Sequence Diagram)

基于图注意力时空神经网络的在线内容流行度预测

javaweb基于ssm在线考试系统设计与实现mysql数据库(项目源码+时序图+用例图+ER图)

eclipse下生成Java类图和时序图,生成UML图