且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

创建序列图生成器 ruby​​ gem

更新时间:2022-10-14 23:17:01

A simplest solution would be to generate a plant uml file. A Plant file is far simpler than an XMI file and Plant is integrated in a lot's of tool.

It could be an alternative.

plantUML

For example:

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

produces: