fourwin
Class TLog

java.lang.Object
  extended by fourwin.TLog

public class TLog
extends Object

This class is used to check the moves and the evaluate-values after every turn during a game, to test and correct bugs in the software and optimize the evaluate-values. Also the replay of a game for testing cases is possible.

Author:
Sebastian

Field Summary
private static boolean IsInitialized
           
private static FileWriter logFile
           
 
Constructor Summary
TLog()
           
 
Method Summary
static void AddLine(String s)
           
private static void Initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logFile

private static FileWriter logFile

IsInitialized

private static boolean IsInitialized
Constructor Detail

TLog

public TLog()
Method Detail

Initialize

private static void Initialize()

AddLine

public static void AddLine(String s)