Use case diagram about System Hotel

喜夏-厌秋 提交于 2019-12-12 02:09:33

问题


I would like to show use case diagram me.What is correct use case diagram me about system hotel?

http://i.stack.imgur.com/KPsZU.png

Note : - outside of system boundary is comment, Not use case

sorry don't have reputation 10. Don't show image this.


回答1:


After a short review I would say that your use cases don't seem to be cut the right way. You are using <<include>> and <<extend>> in order to perform a functional analysis. This is not what use cases are all about. Each use case must show a piece of added value to its actor. I/E are a means of showing optionality for single UCs (means they can be added later in time or build a system with different level of value to the user). Showing a path of execution is something that goes completely into activity diagrams inside each use case.

As a take home message: If your UC diagrams start resembling a spider's web your design is likely broken.



来源:https://stackoverflow.com/questions/30600385/use-case-diagram-about-system-hotel

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!