org.drools.examples.wumpus
Class Gold

java.lang.Object
  extended by org.drools.examples.wumpus.Gold

public class Gold
extends Object


Constructor Summary
Gold(int row, int col)
           
 
Method Summary
 int getCol()
           
 int getRow()
           
 void setCol(int col)
           
 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

Gold

public Gold(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)

toString

public String toString()
Overrides:
toString in class Object


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