序列图返回一个新构造的对象

发布于 2024-09-04 20:48:11 字数 385 浏览 2 评论 0原文

我正在绘制场景所在的序列图。 1. Actor 调用 :Table::query(query:String)

  1. :Table::query 调用 :Connection::execute(query)
  2. :Connection::execute <>一个新的 :Row 对象
  3. :Connection::execute 调用 :Row::fillData(result)
  4. :Connection::execute 返回 :Row
  5. ...... 还有更多

,但我卡在第 5 步中

,我无法理解如何绘制它, :Connection::execute 以标准方式返回新构造的行本身。

I am drawing a Sequence Diagram where the scenario is.
1. an Actor calls :Table::query(query:String)

  1. :Table::query Calls :Connection::execute(query)
  2. :Connection::execute <> a new :Row Object
  3. :Connection::execute calls :Row::fillData(result)
  4. :Connection::execute returns :Row
  5. ...... There are More

But I am Stuck in Step 5

I cant Understand how to draw that, :Connection::execute returning the newly Constructed Row itself, in a Standard way.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文