Artificial Intelligence
Artificial Intelligence
Information

Fact.GetRuleConclusionById(int) method


      Gets the rule by its identifier containing the conclusion to.


Namespace : ielib
Assembly : ielib.dll

public Rule GetRuleConclusionById(int RuleId)

Parameters

Type: System.Int32

RuleId: Represents the ID of a rule.

Return value

Type : ielib.Rule

Represents an object of the class Rule.


      Note : The ID of a rule is distributed by the RulesBase class when KnowledgeBase.Add(Rule) method is used to add a rule to the knowledge base. Gets the ID of a rule by the Rule.Id property.