|
Drools examples 6.0.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.games.wumpus.Thing
org.drools.games.wumpus.Wumpus
public class Wumpus
Constructor Summary | |
---|---|
Wumpus(int row,
int col)
|
Method Summary | |
---|---|
boolean |
isAlive()
|
void |
setAlive(boolean alive)
|
String |
toString()
|
Methods inherited from class org.drools.games.wumpus.Thing |
---|
getCol, getRow, setCol, setRow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Wumpus(int row, int col)
Method Detail |
---|
public boolean isAlive()
public void setAlive(boolean alive)
public String toString()
toString
in class Object
|
Drools examples 6.0.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |