Artificial Intelligence
Artificial Intelligence
Information

Fact.NextRuleConclusion() method


      Gets the next rule that contains the conclusion to.


Namespace : ielib
Assembly : ielib.dll

public Rule NextRuleConclusion()

Return value

Type : ielib.Rule

Represents an object of the class Rule. If the list of findings is empty or the list then null will be returned.


      Note: can be accessed directly to an item in the list by using the Fact.GetRuleConclusionAt method.