1 Star 1 Fork 0

hustlion-dev/plantuml-previewer.vim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
demo.puml 435 Bytes
一键复制 编辑 原始数据 按行查看 历史
Weirong Xu 提交于 2017-10-04 10:51 . update viewer
@startuml
scale 600 width
[*] -> State1
State1 --> State2 : Succeeded
State1 --> [*] : Aborted
State2 --> State3 : Succeeded
State2 --> [*] : Aborted
state State3 {
state "Accumulate Enough Data\nLong State Name" as long1
long1 : Just a test
[*] --> long1
long1 --> long1 : New Data
long1 --> ProcessData : Enough Data
}
State3 --> State3 : Failed
State3 --> [*] : Succeeded / Save Result
State3 --> [*] : Aborted
@enduml
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hustlion-dev/plantuml-previewer.vim.git
[email protected]:hustlion-dev/plantuml-previewer.vim.git
hustlion-dev
plantuml-previewer.vim
plantuml-previewer.vim
master

搜索帮助