Uses of Class
ai.logic.HornKnowledgeBase

Packages that use HornKnowledgeBase
ai.worlds.wumpus   
 

Uses of HornKnowledgeBase in ai.worlds.wumpus
 

Fields in ai.worlds.wumpus declared as HornKnowledgeBase
 HornKnowledgeBase WumpusLogic.kb
          The knowledge base.
 

Methods in ai.worlds.wumpus with parameters of type HornKnowledgeBase
abstract  void WumpusLogic.makeKB(HornKnowledgeBase kb)
          Make a knowledge base.
 void DefaultWumpusLogic.makeKB(HornKnowledgeBase kb)
          Make a knowledge base.