Artificial Intelligence
Artificial Intelligence
Information

Fact.RemoveVariable(FactVariable) method


      Removes a variable associated with this fact (from version 1.3.0.0).


Namespace : ielib
Assembly : ielib.dll

public void RemoveVariable(FactVariable eFVar)

Parameters

Type : ielib.Fact. FactVariable

eFVar : Represents the location of the variable.

Note: Can that a variable can be associated with different objects of the class Fact, then the removal of a variable of an object is trained not deletion to other objects. When a variable is not associated with any object, then the variable will be removed in the memory. All variables are stored in an internal object of class KnowledgeVariableCollection.