java.lang.Object
org.mrd.analysis.BatchRecorder
- public class BatchRecorder
- extends java.lang.Object
|
Method Summary |
void |
record()
Records the data for the current tick in tabular format. |
void |
simEventPerformed(uchicago.src.sim.engine.SimEvent simEvent)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fileName
private java.lang.String fileName
- Holds value of property fileName.
source
private DataSource source
- Holds value of property source.
writer
private java.io.PrintWriter writer
BatchRecorder
public BatchRecorder(java.lang.String fileName,
DataSource source)
record
public void record()
- Records the data for the current tick in tabular format. Each tick is
a row, and each column is the name of the data source.
simEventPerformed
public void simEventPerformed(uchicago.src.sim.engine.SimEvent simEvent)