Artificial Intelligence
Artificial Intelligence
Information

Rule.NextPremise() method


      Gets the next object of the class Premise of this rule.


Namespace : ielib
Assembly : ielib.dll

public Premise NextPremise()

Return value

Type : ielib.Premise

Represents an object of the class Premise. If the list of premises is empty or the last premise is reached then the null value will be returned.