Kernel Prolog with Fluent based Builtins

Uses of Class
tarau.jinni.HashDict

Packages that use HashDict
tarau.jinni   
tarau.jinnigui   
 

Uses of HashDict in tarau.jinni
 

Subclasses of HashDict in tarau.jinni
 class BlackBoard
          This class implementes generic multiple tuples by key operations for use by the PrologBlackBoard class implementing Linda operations on Prolog terms.
 class Builtins
          This class contains a dictionary of all builtins i.e.
 class DataBase
          Implements a Term and Clause objects based blackboard (database).
 

Fields in tarau.jinni declared as HashDict
private  HashDict Copier.dict
           
(package private)  HashDict Lexer.dict
           
(package private)  HashDict Clause.dict
          Variable dictionary
(package private)  HashDict VarNumberer.dict
           
 

Methods in tarau.jinni with parameters of type HashDict
static void DataBase.addClause(Clause C, HashDict ktable)
          adds a Clause to the joint Linda and Predicate table
static void DataBase.processClause(Clause C, HashDict ktable)
          adds a Clause to the joint Linda and Predicate table
protected static Clause Parser.toClause(Term T, HashDict dict)
           
 

Uses of HashDict in tarau.jinnigui
 

Subclasses of HashDict in tarau.jinnigui
 class GuiBuiltins
          Registers Jinni builtins for GUI programs
 


Kernel Prolog with Fluent based Builtins