如何绘制应用程序功能图?
我试图找到一些好的读物来澄清这一点,但我无法找到它(或者也许我只是不知道如何正确搜索它)。
我试图找到的是,考虑到您有一个应用程序:
- 与数据库交互;
- 与大型机交互;
- 与外部提供商互动;
- 等等...
绘制在功能视图中而不是在更技术的视图中表示这一点的图表的最佳方法是什么?什么样的书籍、文章、网站可以帮助我更清楚地了解我应该遵循哪种方法?
提前致谢。
I'm trying to find some good reads to clarify this but I'm unable to find it (or maybe I just don't know how to search this properly).
What I'm trying to find is, considering that you have an application that:
- interacts with a db;
- interacts with Mainframe;
- interacts with external providers;
- etc...
What is the best approach to draw a diagram that represents this in a functional view rather then in a more techinical view? What kind of books, articles, websites can help me to get a clearer understanding of which approach should I follow?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,
你应该问自己的第一件事:
也许你的答案是:
那么我们可以说:
购买可能是你的答案是:
那么我们可以说:
所以取决于“上下文”......
UML 图不会解决你的问题。它们帮助您了解系统中棘手和困难的部分,并通过可视化建模思考替代解决方案。
模特不是“自慰”活动。这就像“群交”。当你和别人一起做的时候你会得到最大的好处...
所以主要问题不是画哪个图...主要问题是:
对于 UML,我明确建议 Larman 的书:Applying UML and Patterns :检查亚马逊
最后,如果 UML 不符合您的目的,请具有创造性和务实性...使用文本描述,甚至创建您的“自己的”视觉建模:-) 或做任何对你有帮助的东西...
Well,
First thing that you should ask yourself:
Maybe you answer is :
Then we can say:
Buy may be you answer is:
Then we can say that:
So depends on "context"...
UML diagrams will not solve your problems. They help you to understand tricky and hard part of your system and think about alternative solutions by visual modeling.
Modeling is not "self masturbating" activity. It is like "group sex". You will get most benefit when you do with others...
So the main problem is not to draw which diagram... The main problem is:
For UML i definelty suggest Larman book: Applying UML and Patterns :Check at amazon
And lastly, if UML does not fit your purpose, be creative and pragmatic...Use textual desription or even create your "own" visual modeling :-) or do anthing which help you...