|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object aima.probability.decision.cellworld.Cell
public class Cell
Constructor Summary | |
---|---|
Cell(int i,
int j,
double reward)
|
Method Summary | |
---|---|
double |
getReward()
|
int |
getX()
|
int |
getY()
|
CellWorldPosition |
position()
|
void |
setReward(double reward)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Cell(int i, int j, double reward)
Method Detail |
---|
public int getY()
public int getX()
public double getReward()
public void setReward(double reward)
public CellWorldPosition position()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |