argoUML:自我调用有一个额外的返回段,看起来不正确,如何删除?
我正在 argoUML 中绘制序列图。
毫无疑问,这个工具非常好,但是我很困惑我对 UML 的理解是否不正确或者什么。
我想出了如何给自己打电话。然而在书中,除了返回虚线之外,自调用与 argoUML 具有相同的内容!
问题是,如果我删除虚线,与之关联的块也会被删除。
这是书本版本
这是 argouml 的版本
如何在 argouml 中进行常规样式的自调用?
I'm drawing a sequence diagram in argoUML.
No question the tool is pretty good, but I'm confused if my understanding of UML is incorrect or what.
I figured how to make a self-call. However in the books the self-call has the same thing as argoUML except the return dotted line !!
The problem is that if I remove the dotted line, the block associated with it is also removed.
Here is the book version
Here is argouml's version
How do I make the regular style self-call in argouml ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
返回消息是可选的(在自身和“正常”调用中)。当中间调用其他方法并且您想要显示第一个方法何时结束时,显示它们很有用。因此,两种语法都是正确的。当然,也许ArgoUML只使用“扩展”版本
Return messages are optional (both in self and in "normal" calls). It's useful to show them when there are intermediate calls to other methods and you want to show when the initial one ends. So, both syntaxes are correct. Of course, maybe ArgoUML only uses the "extended "version