|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.moyoman.debug.Debug
|
+--org.moyoman.debug.Continuous
This class is used to store evaluations of different moves. It contains a list of RatedMove objects, each of which represents a move along with its rating and the confidence of that rating.
| Field Summary | |
private ArrayList |
ratedMoves
Each element is a RatedMove object. |
| Fields inherited from class org.moyoman.debug.Debug |
|
| Constructor Summary | |
Continuous(String h)
Create a new Continuous object. |
|
| Method Summary | |
void |
addMove(RatedMove move)
Add a RatedMove to the list. |
void |
addMoves(RatedMove[] moves)
Add an array of RatedMove objects to the list. |
RatedMove[] |
getRatedMoves()
Return the RatedMove objects. |
DebugType |
getType()
Get the debug type of this object. |
String |
toString()
Return a String representation of this object. |
| Methods inherited from class org.moyoman.debug.Debug |
getHeaderType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private ArrayList ratedMoves
| Constructor Detail |
public Continuous(String h)
h - The header.| Method Detail |
public void addMove(RatedMove move)
move - The RatedMove object to add.public void addMoves(RatedMove[] moves)
moves - An array of RatedMove objects.public RatedMove[] getRatedMoves()
public String toString()
toString in class Objectpublic DebugType getType()
getType in class Debug
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||