⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 3 level of mm.sd

📁 UML text editor & user manual Dec2007
💻 SD
字号:
#!>>
#!This sequence diagram demonstrates the use of levels and mnemonics.
#!
#!<<
o:Object
p:Object
q:Object

o:p.activate
p:p.self-message
p:q.activate
q:q.self-message
q:q.another self-message
# Use q[2] as sender, so send back 2 messages implicitly before
q[2]:p.call back from q[2]
p[2]:p.yet another self-message from p[2]
p[1]:o.call back from p[1]

[c The same as above, but with mnemonics]
o[1]:p[p0].activate
p:p.self-message
p:q[q0].activate
q:q.self-message
q:q.another self-message
q[q0]:p.call back from q[q0]
p[p0]:p.yet another self-message from p[p0]
p[p0]:o.call back from p[p0]
[/c]


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -