org.drools.games.wumpus
Class Thing
java.lang.Object
org.drools.games.wumpus.Thing
- Direct Known Subclasses:
- Gold, Hero, Pit, Wumpus
public class Thing
- extends Object
Constructor Summary |
Thing(int row,
int col)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Thing
public Thing(int row,
int col)
getRow
public int getRow()
setRow
public void setRow(int row)
getCol
public int getCol()
setCol
public void setCol(int col)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.