“结束”的 UML 表示法作品
是否有 UML 符号表示递归可以有多深? 在一个简单的组合模型中,我有可以有分支或叶子的分支。
但是一个分支只能有一个孩子分支和一个孙子分支,之后就只能有叶子了。
谢谢!
Is there a UML notation for how many levels deep a recursion can be?
In a simple composition model I have branches that can have branches or leaves.
But a branch can only have a kid-branch and a grandkid branch, after that, It only can have leaves.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
UML 中没有,但有一个补充,称为 OCL(对象约束语言)。这是规范http:// /www.lri.fr/~wolff/teach-material/2008-09/IFIPS-VnV/UML2.0OCL-specification.pdf
Not in UML but there is suplement called OCL (Object Constraint Language). Here is specification http://www.lri.fr/~wolff/teach-material/2008-09/IFIPS-VnV/UML2.0OCL-specification.pdf
您始终可以在递归链接上手动添加约束。此信息将位于 UML 模型中,但无法以图形方式提供。
您还可以添加图形约束,该约束在 UML 中应为粉红色。
You can always add manually a constraints on the recursive link. This information would be in UML model but not available graphically.
You could also add a graphical constraints which in UML should be a pink color.