Artificial Intelligence
Artificial Intelligence
Information

KnowledgeBase.StatusRuleDeductibleEvent event


      Occurs when the status of a rule becomes deductible or non-deductible.


Namespace : ielib
Assembly : ielib.dll

public event RuleEventHandler StatusRuleDeductibleEvent

public delegate void RuleEventHandler(Object sender, KnowledgeStatus eStatus, Rule r)

Parameters

Type : System.Object.

sender : Source of the event, it is often an object of the class KnowledgeBase.

Type : ielib.KnowledgeBase.KnowledgeStatus.

eStatus : Represents the value of the event status.

enum KnowledgeBase.KnowledgeStatus :

eUnknown : An unknown event.
eYes : This rule is satisfied or deductible.
eNo : This rule is not satisfied or is not deductible.

Type : ielib.Rule

r : Represents the object of the Rule class.