Class FakeAgent

java.lang.Object
  |
  +--FakeAgent

public class FakeAgent
extends java.lang.Object

FakeAgent.java Eventually want KB to operate so that single Predicate hashing results in duplicates being turned into a HashSet within the Hashtable. Created: Wed Apr 14 12:01:26 1999


Field Summary
(package private)  KnowledgeBase kB
           
 
Constructor Summary
FakeAgent()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

kB

KnowledgeBase kB
Constructor Detail

FakeAgent

public FakeAgent()
Method Detail

main

public static void main(java.lang.String[] args)