How the Algorithm Works
The algorithm within Precedence Management computes the changes made, calculates the new weight based on quality, compares the weight, and decides which value to retain.
The algorithm works as follows:
- Computes the changes for the attributes that have been changed.
- For each change, calculates the new weight based on the quality definition. The weight calculation takes decay into account. If there is no definition for an attribute, no quality computation can be done for that attribute (change has 100% weight and is always accepted). For more information, see Weight Computation.
- For each change, calculates old weight based on the old source quality definition. Applying the precedence trust factor is applicable.
- Compares this weight and decide which value to retain (old or new).
- Generates an assignment actions so that values can be reverted by the rulebase processing logic.
Copyright © Cloud Software Group, Inc. All rights reserved.