Artificial Intelligence
Artificial Intelligence
Information

Rule constructor


      Initializes a new instance of the Rule class.


Namespace : ielib
Assembly : ielib.dll

public Rule()

Example:

KnowledgeBase Kb = new KnowledgeBase();
Rule r = new ielib.Rule();

Kb.Add( r );


see also KnowledgeBase.Add(Rule)