Kernel Prolog with Fluent based Builtins

tarau.jinnigui
Class GuiQA

java.lang.Object
  |
  +--tarau.jinnigui.GuiQA

class GuiQA
extends java.lang.Object
implements java.lang.Runnable

Query-answerer, operating on GuiEngine and a Prog

See Also:
Interactor, Prog

Field Summary
private  GuiEngine I
           
 
Constructor Summary
(package private) GuiQA(GuiEngine I)
           
 
Method Summary
 void run()
          Gets a query from inputField and launches a goal to answer it.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

I

private GuiEngine I
Constructor Detail

GuiQA

GuiQA(GuiEngine I)
Method Detail

run

public void run()
Gets a query from inputField and launches a goal to answer it.
Specified by:
run in interface java.lang.Runnable

Kernel Prolog with Fluent based Builtins