docs(fix): data_integrity
This commit is contained in:
parent
335e971aea
commit
215827f288
1 changed files with 15 additions and 12 deletions
|
|
@ -34,6 +34,17 @@ Access control
|
|||
Overall coherence
|
||||
-----------------
|
||||
|
||||
.. glossary::
|
||||
|
||||
conherence
|
||||
|
||||
An isolated variable can be considered to be of quality
|
||||
but become inconsistent depending on the context.
|
||||
|
||||
Overall coherence is initially managed by personalized validators
|
||||
which will validate the value of a variable in relation to others.
|
||||
But it also depends on the availability of the variable depending on the context.
|
||||
|
||||
|
||||
Consistency
|
||||
~~~~~~~~~~~
|
||||
|
|
@ -48,14 +59,6 @@ Consistency
|
|||
For example, if a minimum value and then a maximum value are requested,
|
||||
the minimum must be lesser than the maximum.
|
||||
|
||||
conherence
|
||||
|
||||
An isolated variable can be considered to be of quality
|
||||
but become inconsistent depending on the context.
|
||||
|
||||
Overall coherence is initially managed by personalized validators
|
||||
which will validate the value of a variable in relation to others.
|
||||
|
||||
Context access control
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue