Artificial Intelligence
Artificial Intelligence
Information

KnowledgeVariable class


      Represents a variable (from version 1.3).


Note: This object will be instantiated when we add a variable to an object of the class Fact by using the Fact.AddVariable(FactVariable, string) method.

Namespace : ielib
Assembly : ielib.dll
   C#
   public class KnowledgeVariable

Properties

Name : Gets or sets the name of the variable.

Value : Gets or sets the value of the variable.

ValueToString : Gets a string that represents the value of the variable.


Exception : The variable name contains at least one character that is not accepted.