public interface PerformAction
| Modifier and Type | Method and Description |
|---|---|
double |
determineCost(World w,
State s,
Action a) |
boolean |
isPossible(World w,
State s,
Action a) |
void |
perform(World w,
State s,
Action a) |