which of the following interfaces represents a rule engine instance?
-
IIr reflect
-
Iir rule engine
-
Iir context
-
Iir rule
C
Correct answer
Explanation
In rule engine APIs, 'IirContext' represents a rule engine instance or session. It provides the context for executing rules and managing working memory. 'IIrReflect' deals with introspection, 'IirRuleEngine' and 'IirRule' are not standard interface names in common rule engine APIs.