gpt4 book ai didi

uml - 事件图中的矩形对象节点

转载 作者:行者123 更新时间:2023-12-01 13:48:44 25 4
gpt4 key购买 nike

谁能告诉我如何设计 UML 的 对象节点 在 PlantUml 中?
根据UML's v2.5 spec (section 15.2.4) , 对象节点 应该是方形的,而常规和最常用的 Action 节点是松鼠。

enter image description here

我能在 PlantUml documentation 中找到的所有信息是如何显示所有 Action 节点八边形...

我正在使用 PlantUml 的 v1 事件语法:

@startuml
(*) --> "First Action Node"
--> "HERE I WANT AN OBJECT NODE"
--> "Last Action Node"
--> (*)
@enduml

最佳答案

我认为这只能通过 new Activity diagram syntax 实现(仍然是测试版),您可以在其中执行以下操作:

@startuml
start
:First Action Node;
:HERE I WANT AN OBJECT NODE]
:Last Action Node;
stop
@enduml

结果:

enter image description here

关于uml - 事件图中的矩形对象节点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33701618/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com