Conceptual model (computer science): Difference between revisions

Content deleted Content added
m spacing & punct.
Merged content to Domain model, redirecting; unopposed 2023 proposal; synonym (easy-merge)
Tag: New redirect
 
(74 intermediate revisions by 55 users not shown)
Line 1:
#REDIRECT [[Domain model]]
A conceptual model captures ideas in a problem ___domain. The conceptual model is explicitly chosen to be independent of implementation details, such as concurrency or data storage. It is the result of [[Object-oriented analysis and design#Analysis|object-oriented analysis]] for a object orientated based development. For projects such as Data Warehousing, or those that use traditional [[Entity-relationship model|Entity Relationship Modelling]] the focus is identifying requirements concepts that lead to the identification of business entities.
 
{{R from merge}}
The aim of conceptual model is to express the meaning of terms and concepts used by ___domain experts to discuss the problem, and to find the correct relationships between different concepts. The conceptual model attempts to clarify the meaning of various usually ambiguous terms, and ensure that problems with different interpretations of the terms and concepts cannot occur. Such differing interpretations could easily cause the software projects that are based on the interpretation of the concepts to fail. Once the ___domain concepts have been modelled, the model becomes a [[stability (software engineering)|stable]] basis for subsequent development of applications in the ___domain. The concepts of the conceptual model can be used as basis of object-oriented design and implemented in program code, in particular as classes in object-oriented languages. The realization of conceptual models of many domains can be combined to a coherent platform.
 
A conceptual model can be described using various notations, such as [[Unified Modeling Language|UML]] or [[OMT]] for object modelling, or [[IE]] or [[IDEF1X]] for [[Entity-relationship model|Entity Relationship Modelling]]. In UML notation, the conceptual model is often described with a [[class diagram]] in which [[class (computer science)|class]]es represent concepts, [[Association (object-oriented programming)|association]]s represent relationships between concepts and [[role type]]s of an association represent role types taken by instances of the modelled concepts in various situations. In ER notation, the conceptual model is described with an ER Diagram in which entities represent concepts, [[cardinality]] and [[optionality]] represent relationships between concepts.
 
== Literature ==
 
* Fowler: Analysis Patterns, Reusable object models, Addison-Wesley Longman, 1997. ISBN 0-201-89542-0.
 
[[Category:Object-oriented programming]]
[[Category:Software developmentrequirements]]
 
[[da:Objektorienteret analyse og design]]
[[de:Objektorientierte Analyse]]
[[de:Objektorientiertes Design]]