Class Cell

java.lang.Object
org.drools.games.wumpus.Cell

public class Cell extends Object
  • Constructor Details

    • Cell

      public Cell(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)
    • isHidden

      public boolean isHidden()
    • setHidden

      public void setHidden(boolean hidden)
    • toString

      public String toString()
      Overrides:
      toString in class Object