Difference between revisions of "HowTo:Design a Customizing"
m (→Semantics) |
m (→Semantics) |
||
| Line 47: | Line 47: | ||
=== Semantics === | === Semantics === | ||
| − | Semantics in this context addresses the functional architecture: which task-level modules are taking care of what responsibility, and how they play together. Questions: | + | Semantics (the science of meaning) in this context addresses the functional architecture: which task-level modules are taking care of what responsibility, and how they play together. Questions: |
* What is the purpose of a module? | * What is the purpose of a module? | ||
* What information is exchanged via an interface, what does it do for the use-case? | * What information is exchanged via an interface, what does it do for the use-case? | ||
Revision as of 08:23, 14 August 2023
Customizing UBIK® is a complex endeavor. In this article, we aim to provide a guide and best practices making this task as straight-forward as possible.
