wworld
Class WumpusMode

java.lang.Object
  |
  +--wworld.WumpusMode

public class WumpusMode
extends java.lang.Object

Defines the various modes that any Wumpus can have.


Field Summary
static int GOTO_GOLD
           
static int GOTO_PIT
           
static int RANDOM
           
static int SPIN
           
static int STAY
           
static int WALK
           
 
Constructor Summary
WumpusMode()
           
 
Method Summary
static java.lang.String toString(int mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STAY

public static int STAY

SPIN

public static int SPIN

WALK

public static int WALK

GOTO_GOLD

public static int GOTO_GOLD

GOTO_PIT

public static int GOTO_PIT

RANDOM

public static int RANDOM
Constructor Detail

WumpusMode

public WumpusMode()
Method Detail

toString

public static java.lang.String toString(int mode)