Package org.drools.games.wumpus
Class Thing
java.lang.Object
org.drools.games.wumpus.Thing
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Thing
public Thing(int row, int col)
-
-
Method Details
-
getRow
public int getRow() -
setRow
public void setRow(int row) -
getCol
public int getCol() -
setCol
public void setCol(int col)
-