net.sourceforge.jabm.report
Interface FrequencyReport

All Superinterfaces:
EventListener, Report, java.io.Serializable
All Known Implementing Classes:
AggregateFrequencyReport

public interface FrequencyReport
extends Report, java.io.Serializable

 

Method Summary
 org.apache.commons.math3.stat.Frequency getFrequency()
           
 
Methods inherited from interface net.sourceforge.jabm.report.Report
getName, getVariableBindings
 
Methods inherited from interface net.sourceforge.jabm.event.EventListener
eventOccurred
 

Method Detail

getFrequency

org.apache.commons.math3.stat.Frequency getFrequency()