net.sourceforge.jabm.report
Class SimulationFinishedReport

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

public class SimulationFinishedReport
extends AbstractReport
implements Report

A report which initialises its variables at the start of each simulation and updates them at the end of each simulation.

 

Field Summary
 
Fields inherited from class net.sourceforge.jabm.report.AbstractReport
reportVariables
 
Constructor Summary
SimulationFinishedReport()
           
 
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
 
Methods inherited from interface net.sourceforge.jabm.report.Report
getName, getVariableBindings
 

Constructor Detail

SimulationFinishedReport

public SimulationFinishedReport()
Method Detail

eventOccurred

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