edu.stanford.multiagent.gamer
Class GambitOutput

java.lang.Object
  |
  +--edu.stanford.multiagent.gamer.GameOutput
        |
        +--edu.stanford.multiagent.gamer.GambitOutput

public class GambitOutput
extends GameOutput

Outputs a game in the Gambit .nfg file format. The format works with Gambit version 0.97.0.3 which is the current version. Could eventually need to be updated to work with later versions of gambit if the file format is modified.


Field Summary
 
Fields inherited from class edu.stanford.multiagent.gamer.GameOutput
GAMER_STRING
 
Constructor Summary
GambitOutput()
           
 
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
 

Constructor Detail

GambitOutput

public GambitOutput()
Method Detail

writeGame

public void writeGame(java.io.PrintWriter out,
                      edu.stanford.multiagent.gamer.Game g)
               throws java.lang.Exception
Description copied from class: GameOutput
Writes the game to the specified PrintWriter. Must be implemented by every subclass.

Specified by:
writeGame in class GameOutput
Parameters:
out - the PrintWriter to which the game should be written
g - the Game
Throws:
java.lang.Exception - if unable to write the game