|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectheurgame.analysis.MoveAnalyzer
nanomunchers.NanoMoveAnalyzer
Evaulates a single move with the help of the SystemAnalyzer
Field Summary |
Fields inherited from class heurgame.analysis.MoveAnalyzer |
MOVE_DISQUALIFIED, MOVE_INVALID, MOVE_VALID, systemContext |
Constructor Summary | |
NanoMoveAnalyzer()
|
Method Summary | |
java.lang.String |
evaluateMove(java.lang.String move,
heurgame.PlayerToken senderToken,
long timeTaken)
Evaulates a single move with the help of the SystemAnalyzer Determines out of bound conditions on its own. |
Methods inherited from class heurgame.analysis.MoveAnalyzer |
setSystemContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NanoMoveAnalyzer()
Method Detail |
public java.lang.String evaluateMove(java.lang.String move, heurgame.PlayerToken senderToken, long timeTaken)
MoveAnalyzer.evaluateMove(java.lang.String, heurgame.PlayerToken, long)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |