Which statement is correct about how if-then rules are processed during an inferencing session?
A.
Rules are evaluated in the order in which they were added to the ruleset.
B.
A particular rule can be fired only once in an inferencing session.
C.
The effective date set for a rule can take it out of consideration for evaluation.
D. A priority setting of 1 will cause the rule to fire during each inferencing session.
E.
Rules with multiple IF conditions receive higher priority during evaluation.
A
A does not regard priorities.
But, look at C:
“if a rule is effective it may fire if its condition is satisfied and if the rule is not effective, it does not fire whether the condition is satisfied or not”. This was in the 11g User’s Guide but the use of the E.D. did not change in 12c.