Conceptual model (computer science): Difference between revisions

Content deleted Content added
Kmcnamee (talk | contribs)
Added "See also" section with link
No edit summary
Line 3:
 
==Overview==
A conceptual model, also known as a [[___domain model]], in the field of [[computer science]] isaims ato specialexpress casethe meaning of aterms generaland concepts used by ___domain experts to discuss the problem, and to find the correct relationships between different concepts. The [[conceptual model]]. Tois distinguishexplicitly fromchosen otherto typesbe independent of models,design itor isimplementation alsoconcerns, knownfor asexample, aconcurrency [[___domainor model]]data storage. Conceptual modeling in computer science should not be confused with other modeling disciplines within the broader field of [[conceptual model]]s such as [[data modelling]], [[logical modelling]] and physical modelling. The conceptual model is explicitly chosen to be independent of design or implementation concerns, for example, concurrency or data storage.
 
The aim of a 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 problemsconfusion withcaused by different interpretations of the terms and concepts cannot occur. Such differing interpretations could easily cause confusion amongst stakeholders, especially those responsible for designing and implementing a solution, where the conceptual model provides a key artifact of business understanding and clarity. Once the ___domain concepts have been modeled, 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 mapped into physical design or implementation constructs using either manual or [[Model-driven development|automated code generation approaches]]. 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]], [[Object-role modeling|ORM]] or [[Object-modeling technique|OMT]] for object modelling, [[Information Technology Engineering|ITE]], 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. Regardless of the notation used, it is important not to compromise the richness and clarity of the business meaning depicted in the conceptual model by expressing it directly in a form influenced by design or implementation concerns.