Functional decomposition vs use case

我怕爱的太早我们不能终老 提交于 2019-12-10 20:53:34

问题


Functional decomposition is not used when applied to use case modeling.

This phrase is a copied one from a question paper.What is the meaning of that phrase.

This is not equal to the question What is Functional Decomposition?


回答1:


Use cases deal with synthesizing functions, not decomposing them. A technician decomposes a system to find the pieces it is built of. A business analyst tries to stack single parts of a system on piles so they are formed around a single goal. A use case describes a unique single piece of added value a systems gives to an actor. Indeed, functional decomposition is what most people try when describing use cases: finding bits and pieces. They all (like me) come from the programming guild where this is the daily job. But UC synthesis is working the exact opposite!

I recommend reading Bittner/Spence who explain this very complex approach in detail and very nicely.



来源:https://stackoverflow.com/questions/38418346/functional-decomposition-vs-use-case

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