net.sourceforge.jabm.report
Class IntraBatchReport

java.lang.Object
  extended by net.sourceforge.jabm.report.AbstractReport
      extended by net.sourceforge.jabm.report.IntraBatchReport
All Implemented Interfaces:
EventListener, Report

public class IntraBatchReport
extends AbstractReport

A report which collects data across simulations and updates report variables at the end of each simulation.

 

Field Summary
 
Fields inherited from class net.sourceforge.jabm.report.AbstractReport
reportVariables
 
Constructor Summary
IntraBatchReport()
           
 
Method Summary
 void eventOccurred(SimEvent event)
           
 
Methods inherited from class net.sourceforge.jabm.report.AbstractReport
getName, getReportVariables, getVariableBindings, setReportVariables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntraBatchReport

public IntraBatchReport()
Method Detail

eventOccurred

public void eventOccurred(SimEvent event)
Specified by:
eventOccurred in interface EventListener
Overrides:
eventOccurred in class AbstractReport