网站页面导航的UML
我需要有人帮助创建用于 Web 导航的 UML:
如果 page1 中的下拉列表具有值“A”“B”“D”
Web 导航...
Page1 ->第2页->第3页->第 4 页
如果第 1 页中的下拉列表的值为“C”,则
第 1 页 -> 第 4 页第2页->第 4 页
请帮助为此创建一个 UML。
I need someones help in creating UML for web navigation:
If the dropdown in page1 have values "A" "B" "D"
Web navigates by..
Page1 -> Page2 -> Page 3-> Page 4
if a drop down in page 1 is having value "C" then
Page1 -> Page2 -> Page 4
Please help in creating a UML for this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
活动图有帮助吗?将每个页面设为矩形。该决定是钻石。你的条件是“c”和“not c”。
Would an activity diagram help? Make each page a rectangle. The decision is a diamond. Your conditions are "c" and "not c".
您还可以使用活动调用 - 例如,在主活动图中,您将选择一个“框”,该框将是一个活动调用,它调用的活动看起来像这样
页x->页y->页z
You can use also activity calls - e.g. in your main activity diagram, you will choose a "box" and that box would be an activity call, which calls activity looking something like this
pagex->pagey->pagez