Artificial Intelligence
Artificial Intelligence
Information

Rule.GetPremiseByName(string) method


      Gets an object of the Premise class with the name of a fact that it contains.


Namespace : ielib
Assembly : ielib.dll

public Premise GetPremiseByName(string aFactName)

Parameters

Type: System.string

aFactName: represents the name of a fact.

Return value

Type : ielib.Premise

Represents an object of the class Premise. If the name is not found then the value null will be sent.