Artificial Intelligence
Artificial Intelligence
Information

KnowledgeRun class


Represents a request for execution of a knowledge base.


Namespace : ielib
Assembly : ielib.dll
   C#
   public class KnowledgeRun:Object


Inheritance Hierarchy.
      System.Object
                 KnowledgeRun

Constructor

KnowledgeRun():Initializes a new instance of the KnowledgeRun class.

KnowledgeRun(string aFuncName): Initializes a new instance of the KnowledgeRun class with the name of a specified function.


Properties

FunctionName : Gets the name of the function specified in this instance.

FileName : Gets the file name containing the knowledge base.

FileNameOfValues : Gets the file name containing the values with which the expert system must be running.


Method

SetFile(Object obj) : Defines an object that represents the file containing the knowledge base.

SelFileOfValues(Object obj) : Defines an object that represents the file containing the values with which the expert system must run.

GetExpression() : Gets a string that represents the expression of this object.