biosim.core.util
Class BTFLogger
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
BTFLogger
public BTFLogger()
BTFLogger
public BTFLogger(java.io.File dir)
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