public interface Report extends EventListener
Objects implementing the Report
interface provide reporting
functionality by collecting data on simulations. They persist across
different Simulation
runs and are typically declared as
singleton
in scope when configured via Spring. This allows
them to collect summary statistics across different simulation runs.
net.sourceforge.jabm.report.ReportVariables.
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Map<Object,Number> |
getVariableBindings()
Get the values calculated by this report.
|
eventOccurred
Copyright © 2014. All rights reserved.