Artificial Intelligence
Artificial Intelligence
Information

Rule.RemoveConclusion(int) method


      Removes a finding of fact which has the ID specified.


Namespace : ielib
Assembly : ielib.dll

public void RemoveConclusion(int Id)

Parameters

Type : System.Int32.

Id : represents the ID of a fact.

      Note: The identifier of a fact is distributed by the FactsBase class when the 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.