Artificial Intelligence
Artificial Intelligence
Information

Fact.NextRulePremise() method


      Gets the next rule that contains the premise to.


Namespace : ielib
Assembly : ielib.dll

public Rule NextRulePremise()

Return value

Type : ielib.Rule

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


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