Artificial Intelligence
Artificial Intelligence
Information

Conclusion.FactObject property


      Gets or sets the object of the class Fact of this conclusion (inherited from the KnowledgeObj class).


Namespace : ielib
Assembly : ielib.dll

public Fact FactObject { set; get; }

Property value

Type : ielib.Fact

An object of the Fact class that is a member of this instance of the class Conclusion.


      Note: During the execution of inference engine, when all the premises of a rule are met, the conclusions will be triggered by setting a value in the Fact.Value property of this object Fact, and the assigned value is represented by the Conclusion.Value property.