net.sourceforge.jabm.report
Class FreshInteractionIntervalReport

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

public class FreshInteractionIntervalReport
extends InteractionIntervalReport

 

Field Summary
 
Fields inherited from class net.sourceforge.jabm.report.InteractionIntervalReport
DEFAULT_SAMPLE_INTERVAL, interactions, sampleInterval
 
Fields inherited from class net.sourceforge.jabm.report.AbstractReport
reportVariables
 
Constructor Summary
FreshInteractionIntervalReport()
           
 
Method Summary
 void eventOccurred(SimEvent event)
           
 void onInteractionsFinished(InteractionsFinishedEvent event)
           
 void onRoundStarting(RoundStartingEvent event)
           
 
Methods inherited from class net.sourceforge.jabm.report.InteractionIntervalReport
getSampleInterval, onSimulationFinished, onSimulationStarting, setSampleInterval
 
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

FreshInteractionIntervalReport

public FreshInteractionIntervalReport()
Method Detail

onInteractionsFinished

public void onInteractionsFinished(InteractionsFinishedEvent event)
Overrides:
onInteractionsFinished in class InteractionIntervalReport

eventOccurred

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

onRoundStarting

public void onRoundStarting(RoundStartingEvent event)