edu.columbia.cs.coms4701.agent.environments.robot
Class RoombaDirt

java.lang.Object
  extended by edu.columbia.cs.coms4701.agent.environments.simple.SimpleEnvironmentObject
      extended by edu.columbia.cs.coms4701.agent.environments.grid.SimpleGridObject
          extended by edu.columbia.cs.coms4701.agent.environments.robot.RoombaDirt
All Implemented Interfaces:
EnvironmentObject, GridObject

public class RoombaDirt
extends SimpleGridObject

A spot of dirt.

The dirt is assumed to fill the entire square of the grid, and to have been cleaned when #isAlive() returns false.

Version:
0.1

User: aaron Date: Aug 28, 2006 Time: 1:05:35 PM

Author:
aaron@cs

Field Summary
 
Fields inherited from class edu.columbia.cs.coms4701.agent.environments.simple.SimpleEnvironmentObject
changeSupport
 
Constructor Summary
RoombaDirt()
           
 
Method Summary
 
Methods inherited from class edu.columbia.cs.coms4701.agent.environments.grid.SimpleGridObject
getLocation, setLocation, toString
 
Methods inherited from class edu.columbia.cs.coms4701.agent.environments.simple.SimpleEnvironmentObject
addPropertyChangeListener, isAlive, removePropertyChangeListener, setAlive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.columbia.cs.coms4701.agent.EnvironmentObject
addPropertyChangeListener, isAlive, removePropertyChangeListener, setAlive
 

Constructor Detail

RoombaDirt

public RoombaDirt()