aima.probability.decision.cellworld
Class Cell

java.lang.Object
  extended by aima.probability.decision.cellworld.Cell

public class Cell
extends java.lang.Object


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

Cell

public Cell(int i,
            int j,
            double reward)
Method Detail

getY

public int getY()

getX

public int getX()

getReward

public double getReward()

setReward

public void setReward(double reward)

position

public CellWorldPosition position()