|
Algorithm Development Kit 1.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectalgs.model.gametree.Pair
public class Pair
Combines an IGameState
position with a MoveEvaluation
that produced the game state.
Field Summary | |
---|---|
MoveEvaluation |
move
The move evaluation that generated the state. |
IGameState |
state
The game state in consideration. |
Constructor Summary | |
---|---|
Pair(IGameState s,
MoveEvaluation m)
Pair together the given game state and move evaluation. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final IGameState state
public final MoveEvaluation move
Constructor Detail |
---|
public Pair(IGameState s, MoveEvaluation m)
|
Algorithm Development Kit 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |