public abstract class GridAbstractProbability extends java.lang.Object implements ActionProbability
| Constructor and Description |
|---|
GridAbstractProbability(GridWorld theWorld) |
| Modifier and Type | Method and Description |
|---|---|
GridState |
determineActionState(GridState currentState,
Action action) |
Action |
determineResultingAction(GridState s1,
GridState s2) |
GridWorld |
getWorld() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculate, determineSuccessorStatespublic GridAbstractProbability(GridWorld theWorld)