org.drools.examples.wumpus
Class Cell
java.lang.Object
org.drools.examples.wumpus.Cell
public class Cell
- extends Object
|
Constructor Summary |
Cell(int row,
int col)
|
Cell
public Cell(int row,
int col)
getRow
public int getRow()
setRow
public void setRow(int row)
getCol
public int getCol()
setCol
public void setCol(int col)
isHidden
public boolean isHidden()
setHidden
public void setHidden(boolean hidden)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.