PlantUML 在指定异步消息时产生错误
作者:Alexander Mills 提问时间:10/6/2023
我有这个 PlantUML 代码 (.puml) @startuml title Asynchronous Message Example participant Alice participan...
序列图 问答列表
作者:Alexander Mills 提问时间:10/6/2023
我有这个 PlantUML 代码 (.puml) @startuml title Asynchronous Message Example participant Alice participan...
作者:Alexander Mills 提问时间:10/6/2023
我有这个.puml代码: @startuml class ClassName { // Class members (attributes and methods) } participant...
作者:Star 提问时间:10/9/2023
我正在为在线书店的交互模型的一些用例制作一个序列图。在用例序列图中,用户总是有可能通过注销、在操作上按取消或简单地关闭浏览器或应用程序来取消正在发生的进程,就像在正常站点上一样。如何在序列图中对此进行...
作者:perpetter 提问时间:10/14/2023
我有两个序列图,唯一的区别是,在其中一个中,消息被否决权包围,而在另一个中,消息被 REFUSE 包围。我知道,当查看正迹线时,否决权返回空的正迹线,而拒绝返回空的正集。 这两者在多大程度上可以通过...
作者:Deema 提问时间:10/27/2023
我正在设计一个引用其他序列图的序列图,我的问题是当我设计引用其他二元组的序列图的 VOPC 时,我是否也应该包括引用图的 VOPC?...
作者:melodic_n 提问时间:11/16/2023
我知道相当于在 UML 中,但如何表示更复杂的条件,例如:altif else if (condition1 && condition2) else condition3 是吗?[condit...