Drools examples 6.1.0-SNAPSHOT

org.drools.games.wumpus
Class Cell

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

public class Cell
extends Object


Constructor Summary
Cell(int row, int col)
           
 
Method Summary
 int getCol()
           
 int getRow()
           
 boolean isHidden()
           
 void setCol(int col)
           
 void setHidden(boolean hidden)
           
 void setRow(int row)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Cell

public Cell(int row,
            int col)
Method Detail

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

Drools examples 6.1.0-SNAPSHOT

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.