Artificial Intelligence
Artificial Intelligence
Information

Rule.GetConclusionById(int) method


      Gets an object of the class Conclusion by the ID which it contains.


Namespace : ielib
Assembly : ielib.dll

public Conclusion GetConclusionById(int Id)

Parameters

Type : System.Int32.

Id : represents the ID of a fact.

Return value

Type : ielib.Conclusion

Représente un objet de la classe Conclusion. If identifies it a fact is not found then the null value will be sent.


      Note: The identifier of a fact is distributed by the class FactsBase when KnowledgeBase.Add(Fact) method is used to add a fact in the knowledge base. It gets the identifier of a fact by the Fact.Id property.