|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcs015.Othello.BoardWeights
This class represents board weights for Othello. Remember that these are not necessarily the best possible board weights.
Constructor Summary | |
BoardWeights()
|
Method Summary | |
abstract int |
getWeight(int x,
int y)
This returns the weight at the space indicated by the parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BoardWeights()
Method Detail |
public abstract int getWeight(int x, int y)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |