Artificial Intelligence
Artificial Intelligence
Information

KnowledgeBase.NextLeaf () method


      Returns the next object of the Fact class which is the leaf of the tree of the knowledge base.


Namespace : ielib
Assembly : ielib.dll

public Fact NextLeaf()

Return value

Type : ielib.Fact

An object of the Fact class, if the base is empty or the last leaf of the tree is reached then null will be returned.