Uses of Class
ai.worlds.Environment

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

Uses of Environment in ai.worlds
 

Subclasses of Environment in ai.worlds
 class GridEnvironment
          An environment with a two-dimensional grid layout occupied by objects.
 

Methods in ai.worlds with parameters of type Environment
abstract  void Agent.takeAction(Environment e)
          Perfom the current action.
 

Uses of Environment in ai.worlds.vacuum
 

Subclasses of Environment in ai.worlds.vacuum
 class VacuumWorld
          A Vacuum environment.
 

Methods in ai.worlds.vacuum with parameters of type Environment
 void VacuumAgent.takeAction(Environment e)
          take the next action.
 

Uses of Environment in ai.worlds.wumpus
 

Subclasses of Environment in ai.worlds.wumpus
 class WumpusWorld
          The wumpus world environment.
 

Methods in ai.worlds.wumpus with parameters of type Environment
 void WumpusAgent.takeAction(Environment e)
          Perfom the current action.