E L Q

E

EndGame - class EndGame.
This class handles the endgame database loading and querying.

L

LoadDB(int) - Method in class EndGame
This loads the databse specified by np1.
LoadDB(int, int) - Method in class EndGame
This loads any two endgame databases specified by np1 and np2.
LoadDB(int, int, int) - Method in class EndGame
This loads all three endgame databases.

Q

Query(CheckerBoard) - Method in class EndGame
Given a CheckerBoard, the appropriate endgame database is queried and the result of the query is returned.

E L Q