根据维基百科的说法,它们看起来是一样的,但它们各自有不同的页面。
Domain Model
Conceptual Model
在概念模型页面上,它显示了这两件事:
A Conceptual model in the field of computer science is also known as a domain model.
a conceptual model represents 'concepts' (entities) and relationships between them.
但是在域模型页面上写着
A domain model in problem solving and software engineering is a conceptual model of all the topics related to a specific problem. It describes the various entities, their attributes, roles, and relationships, plus the constraints that govern the problem domain.
它们实际上是完全一样的东西吗?
发布于 2013-06-01 02:56:02
领域模型-概念模型在不同的上下文中有不同的含义。
,但在面向对象分析上下文中,它们是相同的
域模型是域MO95,Fowler96中概念类或真实情况对象的可视化表示。分析领域模型也被称为概念模型(本书第一版中使用的术语)、域对象模型和分析对象模型。第134页
来源:应用UML和模式-第三版-By Craig Larman
MO95 Martin,J.和Odell,J. 1995年。面向对象的方法:基础。新泽西州恩格尔伍德克里夫斯:普伦特
Fowler96 Fowler,M. 1996。分析模式:可重用对象模型。*雷丁,马萨诸塞州: Addison-Wesley
https://stackoverflow.com/questions/16854394
复制相似问题