|
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.Arrow
public class Arrow
Constructor Summary | |
---|---|
Arrow(int row,
int col,
Direction direction)
|
Method Summary | |
---|---|
int |
getCol()
|
Direction |
getDirection()
|
int |
getRow()
|
void |
setCol(int col)
|
void |
setDirection(Direction direction)
|
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 |
---|
public Arrow(int row, int col, Direction direction)
Method Detail |
---|
public int getRow()
public void setRow(int row)
public int getCol()
public void setCol(int col)
public Direction getDirection()
public void setDirection(Direction direction)
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 |