Artificial Intelligence
Artificial Intelligence
Information

Fact.FirstRulePremise() method


      Gets the first rule that contains the premise to.


Namespace : ielib
Assembly : ielib.dll

public Rule FirstRulePremise()

Return value

Type : ielib.Rule

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


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