提问人:nagy.zsolt.hun 提问时间:8/29/2023 更新时间:8/29/2023 访问量:15
序列图 - 同一列中的多个参与者
sequence diagram - multiple participants in the same column
问:
我正在尝试为一种算法创建一个序列图(在 https://sequencediagram.org/ 上),其中长期参与者调用多个短期参与者。我可以像这样使用关键字来描述这种行为:destroy
LongLived->*ShortLived1:request
LongLived<--ShortLived1:response
destroy ShortLived1
LongLived->*ShortLived2:request
LongLived<--ShortLived2:response
destroy ShortLived2
LongLived->*ShortLived3:request
LongLived<--ShortLived3:response
destroy ShortLived3
但是,正如您所看到的,图表变得非常宽。有没有办法将临时参与者移动到同一列中?
答: 暂无答案
评论