Domain Model
(Redirected from domain model)
Jump to navigation
Jump to search
A domain model is a high-level model of a specific domain.
- Context:
- It can (typically) be produced by a Domain Modeling Task.
- …
- Example(s):
- Counter-Example(s):
- See: Conceptual Model, Model-based Software Engineering.
References
2023
- (Wikipedia, 2023) ⇒ https://en.wikipedia.org/wiki/Domain_model Retrieved:2023-8-16.
- In software engineering, a domain model is a conceptual model of the domain that incorporates both behavior and data.[1] [2] In ontology engineering, a domain model is a formal representation of a knowledge domain with concepts, roles, datatypes, individuals, and rules, typically grounded in a description logic.
2011
- http://en.wikipedia.org/w/index.php?title=Domain_model&action=edit
- A domain model in problem solving and software engineering can be thought of as a conceptual model of a domain of interest (often referred to as a problem domain) which describes the various entities, their attributes and relationships, plus the constraints that govern the integrity of the model elements comprising that problem domain.
- ↑ Fowler, Martin. Patterns of Enterprise Application Architecture. Addison Wesley, 2003, p. 116.
- ↑ Fowler, Martin. "P of EAA - Domain Model"