Uses of Class
ai.worlds.Obj

Packages that use Obj
ai.worlds   
ai.worlds.vacuum   
ai.worlds.wumpus   
 

Uses of Obj in ai.worlds
 

Subclasses of Obj in ai.worlds
 class AgentBody
          An agent's body.
 class Wall
          A wall object inside a GridEnvironment.
 

Methods in ai.worlds that return Obj
 Obj GridEnvironment.getItem(java.util.Vector v, java.lang.Class c)
          Return the first instance of a class in a Vector.
 

Methods in ai.worlds with parameters of type Obj
 void GridEnvironment.removeObj(Location loc, Obj ob)
          Remove object from grid.
 void GridEnvironment.addObj(Location loc, Obj ob)
          Add an object to the grid.
 

Uses of Obj in ai.worlds.vacuum
 

Subclasses of Obj in ai.worlds.vacuum
 class Dirt
          Dirt that appears in the Vacuum world.
 

Uses of Obj in ai.worlds.wumpus
 

Subclasses of Obj in ai.worlds.wumpus
 class Gold
          Gold that appears in a wumpus world.
 class Pit
          A pit that appears in a wumpus world.
 class Wumpus
          A wumpus that appears in the wumpus world.
 

Methods in ai.worlds.wumpus with parameters of type Obj
 void WumpusWorldEditor.addObj(Location loc, Obj ob)
           
 void WumpusWorldEditor.removeObj(Location loc, Obj ob)