rule resolution

Rule resolution is the sophisticated internal search algorithm that the system uses to find the best or most appropriate rule instance to apply in a situation. Rule resolution applies to most, but not all, classes derived from the Rule- base class.

Rule resolution uses as input values:

While the rule resolution algorithm is fast and invisible, it is important to understand how it operates.

Rules can be defined that apply to external classes as well as internal classes. However, no class inheritance processing occurs during rule resolution for external classes.

Related Topics IconRelated terms