Drools examples 6.0.3-SNAPSHOT

org.drools.games.wumpus
Class Thing

java.lang.Object
  extended by org.drools.games.wumpus.Thing
Direct Known Subclasses:
Gold, Hero, Pit, Wumpus

public class Thing
extends Object


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

Constructor Detail

Thing

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

Drools examples 6.0.3-SNAPSHOT

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