6

根据维基百科,它们似乎是同一件事,但它们都有不同的页面。

领域模型

概念模型

在概念模型页面上,它说明了这两件事:

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.

它们实际上是完全一样的吗?

4

1 回答 1

10

领域模型——概念模型在不同的上下文中具有不同的含义。

但在面向对象分析上下文中,它们是相同的

域模型是域中概念类或真实情况对象的可视化表示 [MO95, Fowler96]领域模型也被称为概念模型(本书第一版中使用的术语)、领域对象模型和分析对象模型。 [第 134 页]

资料来源:应用 UML 和模式——第三版——作者:Craig Larman

MO95 Martin, J. 和 Odell, J. 1995。面向对象的方法:基础。新泽西州恩格尔伍德悬崖:普伦特

Fowler96 Fowler, M. 1996。分析模式:可重用对象模型。* Reading, MA.:Addison-Wesley

于 2013-05-31T18:56:02.233 回答