edu.columbia.cs.coms4701.agent.environments.grid
Class SimpleGridObstacle

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.grid.SimpleGridObstacle
All Implemented Interfaces:
EnvironmentObject, GridObject, GridObstacle

public class SimpleGridObstacle
extends SimpleGridObject
implements GridObstacle

A grid object that is identified as an obstacle.

Version:
0.1

User: aaron Date: Aug 28, 2006 Time: 1:03:39 PM

Author:
aaron@cs

Field Summary
 
Fields inherited from class edu.columbia.cs.coms4701.agent.environments.simple.SimpleEnvironmentObject
changeSupport
 
Constructor Summary
SimpleGridObstacle()
           
 
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.environments.grid.GridObject
getLocation, setLocation
 
Methods inherited from interface edu.columbia.cs.coms4701.agent.EnvironmentObject
addPropertyChangeListener, isAlive, removePropertyChangeListener, setAlive
 

Constructor Detail

SimpleGridObstacle

public SimpleGridObstacle()