biosim.core.util
Class BTFLogger

java.lang.Object
  extended by biosim.core.util.BTFLogger
All Implemented Interfaces:
Logger, java.io.Serializable, sim.engine.Steppable
Direct Known Subclasses:
AvoidAntLogger, FishKNNLogger

public class BTFLogger
extends java.lang.Object
implements Logger

See Also:
Serialized Form

Field Summary
 java.io.BufferedWriter idout
           
 java.io.File parentDirectory
           
 int runCtr
           
 java.io.BufferedWriter timeout
           
 java.io.BufferedWriter timgout
           
 java.io.File tmpDir
           
 java.lang.String tmpFilePrefix
           
 java.io.BufferedWriter ximgout
           
 java.io.BufferedWriter yimgout
           
 
Constructor Summary
BTFLogger()
           
BTFLogger(java.io.File dir)
           
 
Method Summary
 void closeFiles()
           
 void finish()
           
 void init()
           
 void initFiles()
           
 void nullFiles()
           
 void step(sim.engine.SimState simstate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ximgout

public java.io.BufferedWriter ximgout

yimgout

public java.io.BufferedWriter yimgout

timgout

public java.io.BufferedWriter timgout

idout

public java.io.BufferedWriter idout

timeout

public java.io.BufferedWriter timeout

parentDirectory

public java.io.File parentDirectory

tmpDir

public java.io.File tmpDir

tmpFilePrefix

public java.lang.String tmpFilePrefix

runCtr

public int runCtr
Constructor Detail

BTFLogger

public BTFLogger()

BTFLogger

public BTFLogger(java.io.File dir)
Method Detail

initFiles

public void initFiles()
               throws java.io.IOException
Throws:
java.io.IOException

nullFiles

public void nullFiles()

closeFiles

public void closeFiles()
                throws java.io.IOException
Throws:
java.io.IOException

init

public void init()
Specified by:
init in interface Logger

step

public void step(sim.engine.SimState simstate)
Specified by:
step in interface Logger
Specified by:
step in interface sim.engine.Steppable

finish

public void finish()
Specified by:
finish in interface Logger