开发者

What's the difference between UML-Modeling and UML-design

开发者 https://www.devze.com 2023-01-11 08:32 出处:网络
What\'s the difference between UML-Mo开发者_StackOverflow中文版deling and UML-Design? Or is it the same concept?

What's the difference between UML-Mo开发者_StackOverflow中文版deling and UML-Design? Or is it the same concept?

Thank you.


It's the same thing. Both refer to planning out your app (and documenting it) using UML.


Not really, even when both are part of the Structural Model (aim to model the static structure of the scenario), they use different objects.

The Domain Model instances are real-world objects. It is concerned with the problem domain and attempts to create a useful working model of the domain in which you are creating a solution for.

On the other hand, Design Model instances are software objects, which may be technology frameworks, databases, user interfaces, etc. you are using to get working software. You can say that Design Model is inspired by the Domain Model.

0

精彩评论

暂无评论...
验证码 换一张
取 消