Artificial Intelligence
Artificial Intelligence
Information

Fact.FirstRuleConclusion() method


      Gets the first rule that contains the conclusion to.


Namespace : ielib
Assembly : ielib.dll

public Rule FirstRuleConclusion()

Return value

Type : ielib.Rule

Represents an object of the class Rule. If this object is present in any conclusion then the value null will be returned.


      Note: can check the Fact.ConclusionCount property to get the number of conclusions that this object is present.