如何在 PlantUML 中创建嵌套框?

How to create nested box in PlantUML?

我无法在 plantUML 中制作嵌套框。

@startuml
box "B0" #LightBlue
 Bob -> Alice : hello
 Box "B1" #LightYellow
  Bob --> Cunny : hi
 end box
end box
@enduml

这给出了框无法嵌套的错误。

还有其他显示嵌套框的方法吗,比如在分层图中?

好像还是不支持:http://forum.plantuml.net/6304/please-add-box-and-or-participant-nesting-ability

您可以对功能请求进行投票。