UML活动图问题,显示按钮?
不确定这是否是表示“主页”页面按钮,“文化”页面按钮和“歌曲”页面按钮之间的流量的正确方法(因为所有这些按钮都存在于所有页面中,并且用户可以在其中所有这些按钮要单击这些按钮中的任何一个并执行某些活动)
这似乎非常凌乱,因为箭头指向各个方向,这就是为什么我会坚持如何表示这一点。
Not sure if this is the correct way to represent the flow between the "Home" page button, "Culture" page button and the "Song" page button (as all these buttons are present in all of the pages, where the user is able to click any of these buttons and perform certain activities)
This seems very messy as the arrows are pointing in all direction, which is why I am stuck on how to represent this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么为此目的选择一个活动图?状态机图更合适。单击菜单选项将应用程序传输到其他状态。您可以使用超级巨星来建模可以在任何应用程序状态下进行的过渡。
我将使用一个活动图来通过复杂用例来可视化路径,而不是所有的UI操作。
请参阅我的纸质',我们应该制作'uml型号',我们应该制作',第12和13页。
Why did you choose an activity diagram for this purpose? A state machine diagram is more appropriate. Clicking on a menu option transfers the application to a different state. You can use a superstate to model the transitions that can be made in any application state.
I would use an activity diagram to visualize the paths through a complex use case, not all UI actions.
See my paper 'Which UML models should we make', pages 12 and 13.