public class AggregateFrequencyReport extends Object implements FrequencyReport, Serializable
Modifier and Type | Field and Description |
---|---|
protected FrequencyReport |
singleCaseReport |
Constructor and Description |
---|
AggregateFrequencyReport(FrequencyReport singleCaseReport) |
Modifier and Type | Method and Description |
---|---|
void |
eventOccurred(SimEvent event) |
org.apache.commons.math3.stat.Frequency |
getFrequency() |
String |
getName() |
Map<Object,Number> |
getVariableBindings()
Get the values calculated by this report.
|
protected FrequencyReport singleCaseReport
public AggregateFrequencyReport(FrequencyReport singleCaseReport)
public org.apache.commons.math3.stat.Frequency getFrequency()
getFrequency
in interface FrequencyReport
public void eventOccurred(SimEvent event)
eventOccurred
in interface EventListener
public Map<Object,Number> getVariableBindings()
Report
getVariableBindings
in interface Report
Map
of user-readable variable names to their
associated values.Copyright © 2014. All rights reserved.