|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--edu.stanford.multiagent.gamer.GameOutput
|
+--edu.stanford.multiagent.gamer.DoubleOutput
Outputs a game in the gambit and gametracer output formats Separated by SEP
| Field Summary | |
static java.lang.String |
SEP
|
| Fields inherited from class edu.stanford.multiagent.gamer.GameOutput |
GAMER_STRING |
| Constructor Summary | |
DoubleOutput()
|
|
| Method Summary | |
void |
writeGame(java.io.PrintWriter out,
edu.stanford.multiagent.gamer.Game g)
Writes the game to the specified PrintWriter. |
| Methods inherited from class edu.stanford.multiagent.gamer.GameOutput |
arrayToString, commentString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String SEP
| Constructor Detail |
public DoubleOutput()
| Method Detail |
public void writeGame(java.io.PrintWriter out,
edu.stanford.multiagent.gamer.Game g)
throws java.lang.Exception
GameOutput
writeGame in class GameOutputout - the PrintWriter to which the game should be writteng - the Game
java.lang.Exception - if unable to write the game
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||