Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| dido:99_annexes:annex-b-terms-and-definitions:l:logical_model [2026/07/11 11:14] – removed - external edit (Unknown date) 127.0.0.1 | dido:99_annexes:annex-b-terms-and-definitions:l:logical_model [2026/07/18 12:33] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Logical Model (LM) ====== | ||
| + | [[dido: | ||
| + | |||
| + | ===== Discussion ===== | ||
| + | |||
| + | A logical model describes a system from a selected architectural viewpoint without defining implementation artifacts. | ||
| + | |||
| + | A system architecture contains multiple logical models when different architectural concerns require separate treatment. These concerns include information structure, persistence, | ||
| + | |||
| + | A Platform Independent Model comprises one or more logical models. Each logical model addresses a distinct architectural concern at the platform-independent level. A Platform Specific Model maps a logical model to selected platform features. | ||
| + | |||
| + | ===== Definition ===== | ||
| + | |||
| + | //model of a system from a selected architectural viewpoint, independent of implementation artifacts// | ||
| + | |||
| + | ===== Source ===== | ||
| + | |||
| + | Adapted for the FX Demo Reference Architecture | ||
| + | |||
| + | ===== Note ===== | ||
| + | |||
| + | A logical model defines architecture-level structure, behavior, relationships, | ||
| + | |||
| + | A logical model is not an implementation artifact. Source code, generated code, database schemas, interface definition files, configuration files, build scripts, deployment files, logs, and runtime components are implementation artifacts. | ||
| + | |||
| + | Logical models organize architectural concerns. Platform-specific models organize selected technology realisations of those concerns. | ||
| + | |||
| + | ===== Example ===== | ||
| + | |||
| + | A persistence logical model defines the information structures, relationships, | ||
| + | |||
| + | A relational database Platform Specific Model realizes the persistence logical model using tables, columns, keys, constraints, | ||
| + | |||
| + | A graph database Platform Specific Model realizes the same persistence logical model using nodes, edges, properties, labels, graph constraints, | ||