Artificial Intelligence
Artificial Intelligence
Information

Rule.AddConclusion(int, Object) method


      Adds a finding specifying ID it a fact and a value to conclude.


Namespace : ielib
Assembly : ielib.dll

public int AddConclusion(int FactId, Object aValue)

Parameters

Type : System.Int32.

FactId : represents the identifier of an object of the class 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.