|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An abstract representation of an evaluator that encapsulates the strategy
used by a player to evaluate the state of a game.
This software is for educational purposes only.
| Method Summary | |
int |
evaluate(IBoard board,
IPlayer maxPlayer)
Provides a mechanism for evaluating the current state of a game. |
| Method Detail |
public int evaluate(IBoard board,
IPlayer maxPlayer)
board - the game that will be evaluated.maxPlayer - the player whos perspective will be used when
evaluating the specified game.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||