Artificial Intelligence
Artificial Intelligence
Information

Premise.FactObject property


      Gets or sets the object of the Fact class of this premise (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 Premise.


      Note: A premise is satisfied when the comparison of the value of the Premise.Value property with the Fact.Value property of this object is satisfied.