wworld
Class WorldObject

java.lang.Object
  |
  +--wworld.WorldObject
Direct Known Subclasses:
GridObject

public class WorldObject
extends java.lang.Object

Class representing a generic object in the wumpus world.


Constructor Summary
WorldObject(int objectType)
           
 
Method Summary
 int getType()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorldObject

public WorldObject(int objectType)
Method Detail

getType

public int getType()

reset

public void reset()