Artificial Intelligence
Artificial Intelligence
Information

Rule.AddConclusion(string, Object) method


      Adds a conclusion by specifying the name of a fact and a value to conclude.


Namespace : ielib
Assembly : ielib.dll

public int AddConclusion(string aFactName, Object aValue)

Parameters

Type: System.string

aFactName: a string that represents the name of a fact.

Type : System.Object

aValue: the object is the value of a conclusion (see also the Conclusion.Value property).

Exception: Syntax error in the construction of the object Conclusion.

      Note: When the outbreak of a conclusion, this value will be used to assign in the property Fact.Value, the object of the class Fact represented by the Conclusion.FactObject property.