|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--EndGame
This class handles the endgame database loading and querying. There are three private fields, one for each endgame database.
| Method Summary | |
boolean |
LoadDB(int np1)
This loads the databse specified by np1. |
boolean |
LoadDB(int np1,
int np2)
This loads any two endgame databases specified by np1 and np2. |
boolean |
LoadDB(int np1,
int np2,
int np3)
This loads all three endgame databases. |
int |
Query(CheckerBoard b)
Given a CheckerBoard, the appropriate endgame database is queried and the result of the query is returned. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public boolean LoadDB(int np1,
int np2,
int np3)
public boolean LoadDB(int np1,
int np2)
public boolean LoadDB(int np1)
public int Query(CheckerBoard b)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||