public class BatchMetaReport extends Object implements Report, Serializable
Modifier and Type | Field and Description |
---|---|
protected List<Report> |
reports |
protected Map<Object,org.apache.commons.math3.stat.descriptive.SummaryStatistics> |
variables |
Constructor and Description |
---|
BatchMetaReport() |
BatchMetaReport(ArrayList<Report> reports) |
Modifier and Type | Method and Description |
---|---|
void |
eventOccurred(SimEvent event) |
String |
getName() |
List<Report> |
getReports() |
Map<Object,Number> |
getVariableBindings()
Get the values calculated by this report.
|
void |
setReports(List<Report> reports) |
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.