Artificial Intelligence
Artificial Intelligence
Information

Rule.AddConclusion(Fact, Object) method


      Adds a conclusion with an object of the class Fact and a value to conclude.


Namespace : ielib
Assembly : ielib.dll

public int AddConclusion(Fact f, Object aValue)

Parameters

Type : ielib.Fact

f : represents an instance 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.