A B C D E F G H I K L M N O P Q R S T U V W

A

AI - class AI.
The main class for the CS340 AI software package
AI() - Constructor for class AI
 
Agent - class ai.worlds.Agent.
A generic agent.
Agent() - Constructor for class ai.worlds.Agent
 
AgentBody - class ai.worlds.AgentBody.
An agent's body.
AgentBody() - Constructor for class ai.worlds.AgentBody
 
AimlessWumpusAgent - class ai.worlds.wumpus.AimlessWumpusAgent.
A Wumpus agent which moves aimlessly.
AimlessWumpusAgent() - Constructor for class ai.worlds.wumpus.AimlessWumpusAgent
 
accept(File) - Method in class ai.logic.ExtensionFileFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
action - Variable in class ai.search.Node
The domain action leading to the state.
action - Variable in class ai.worlds.Agent
The current action
actionPerformed(ActionEvent) - Method in class ai.logic.LogicPanel
 
actionPerformed(ActionEvent) - Method in class ai.search.Problem
 
actionPerformed(ActionEvent) - Method in class ai.search.Puzzle8Problem
 
actionPerformed(ActionEvent) - Method in class ai.search.SearchPanel
 
actionPerformed(ActionEvent) - Method in class ai.worlds.WorldCreatePanel
 
actionPerformed(ActionEvent) - Method in class ai.worlds.wumpus.WumpusWorldEditor
 
actionToString(Object) - Method in class ai.search.CannibalProblem
 
actionToString(Object) - Method in class ai.search.ChainProblem
 
actionToString(Object) - Method in class ai.search.Problem
Convert an action to a string.
actionToString(Object) - Method in class ai.search.Puzzle8Problem
 
actionToString(Object) - Method in class ai.search.RouteProblem
 
addExtension(String) - Method in class ai.logic.ExtensionFileFilter
Adds a filetype "dot" extension to filter against.
addObj(Location, Obj) - Method in class ai.worlds.GridEnvironment
Add an object to the grid.
addObj(Location, Obj) - Method in class ai.worlds.wumpus.WumpusWorldEditor
 
agentloc - Variable in class ai.worlds.wumpus.WumpusLogic
The agents location.
agents - Variable in class ai.worlds.Environment
The agents within the environment.
ai.logic - package ai.logic
 
ai.search - package ai.search
 
ai.worlds - package ai.worlds
 
ai.worlds.vacuum - package ai.worlds.vacuum
 
ai.worlds.wumpus - package ai.worlds.wumpus
 
algorithm - Variable in class ai.search.Problem
The search algorithm.
alive - Variable in class ai.worlds.Obj
Is the object alive?
ask(Logic) - Method in class ai.logic.HornKnowledgeBase
Query the knowledge base This uses the backChain algorithm to return a list of answers
ask(Logic) - Method in class ai.logic.PropKnowledgeBase
Query the knowledge base

A B C D E F G H I K L M N O P Q R S T U V W