ai.worlds.vacuum
Class ReactiveVacuumAgent

java.lang.Object
  extended byai.worlds.Agent
      extended byai.worlds.vacuum.VacuumAgent
          extended byai.worlds.vacuum.ReactiveVacuumAgent

public class ReactiveVacuumAgent
extends VacuumAgent

A vacuum agent which reacts to its percepts.

Author:
Jill Zimmerman -- jill.zimmerman@goucher.edu

Field Summary
 
Fields inherited from class ai.worlds.vacuum.VacuumAgent
lastAction
 
Fields inherited from class ai.worlds.Agent
action, body, percept, score
 
Constructor Summary
ReactiveVacuumAgent()
           
 
Method Summary
 void determineAction()
          Determine the next action to be performed.
 
Methods inherited from class ai.worlds.vacuum.VacuumAgent
shutOff, takeAction
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReactiveVacuumAgent

public ReactiveVacuumAgent()
Method Detail

determineAction

public void determineAction()
Determine the next action to be performed.

Specified by:
determineAction in class Agent