Artificial Intelligence
Artificial Intelligence
Information

KnowledgeBase.ContradictoryEvent event


      Occurs when a conclusion causes the contradiction.


Namespace : ielib
Assembly : ielib.dll

public event ContradictoryHandler ContradictoryEvent

public delegate void ContradictoryHandler(Object sender, Rule r, Conclusion c)

Parameters

Type : System.Object.

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

Type : ielib.Rule

r : Represents the object of the Rule class.

Type : ielib.Conclusion

c : Represents a contradictory conclusion.