Package | Description |
---|---|
net.sourceforge.jabm |
The top-level package for JABM.
|
net.sourceforge.jabm.evolution |
Classes for implementing evolutionary models and social learning.
|
net.sourceforge.jabm.report |
Classes implementing monitoring and reporting functionality.
|
net.sourceforge.jabm.view |
Classes implementing GUI components.
|
Modifier and Type | Field and Description |
---|---|
protected ArrayList<Report> |
SimulationController.reports
The reports that will collect data on the simulations.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Report> |
SimulationController.getReports() |
List<Report> |
DesktopSimulationManager.getReports() |
Modifier and Type | Method and Description |
---|---|
void |
SimulationController.addReport(Report report) |
Modifier and Type | Method and Description |
---|---|
void |
SimulationController.setReports(ArrayList<Report> reports)
Configure the reports for this simulation.
|
Modifier and Type | Class and Description |
---|---|
class |
EMAFitnessFunction
(c) Steve Phelps 2013
|
Modifier and Type | Interface and Description |
---|---|
interface |
FrequencyByTimeReport |
interface |
FrequencyReport |
interface |
ReportVariables
This interface defines Report objects which keep track of variables which are
recomputed in response to various simulation events.
|
interface |
ReportWithGUI
A report which provides a graphical user-interface in the form
of a swing
JComponent . |
interface |
Timeseries
A set of report variables representing a time series.
|
interface |
XYReportVariables
A set of ReportVariables which have one independent variable and several
dependent variables.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReport |
class |
AbstractReportVariables |
class |
AggregateFrequencyReport |
class |
BatchMetaReport |
class |
CombiReportVariables |
class |
CombiSeriesReportVariables |
class |
CSVReportVariables
CSVReportVariables automatically record other ReportVariables to a
comma separated variables (CSV) file whenever they are computed.
|
class |
FitnessReportVariables |
class |
FittestStrategyReportVariables |
class |
FreshInteractionIntervalReport |
class |
HeuristicPayoffReport |
class |
InteractionIntervalReport
A report which samples data regularly in response to
an InteractionsFinishedEvent.
|
class |
IntraBatchReport
A report which collects data across simulations and updates
report variables at the end of each simulation.
|
class |
PayoffByStrategyReportVariables |
class |
RandomVariateReportVariables |
class |
SeriesReportVariables
A report which incrementally records values from an underlying
ReportVariables object to an array each time it is computed. |
class |
SimEventReport |
class |
SimulationFinishedNoInitialisation
A report which initialises its variables at the start of each simulation
and updates them at the end of each simulation.
|
class |
SimulationFinishedReport
A report which initialises its variables at the start of each simulation
and updates them at the end of each simulation.
|
class |
StrategyExecutionFrequency
This class collects data on the frequency with which each strategy is
executed.
|
class |
SummaryStatisticsReportVariables |
class |
TimelessReportVariables |
class |
TotalFitnessCsvWriter |
class |
WeightedGraphMetrics |
Modifier and Type | Field and Description |
---|---|
protected List<Report> |
BatchMetaReport.reports |
Modifier and Type | Method and Description |
---|---|
List<Report> |
BatchMetaReport.getReports() |
Modifier and Type | Method and Description |
---|---|
void |
BatchMetaReport.setReports(List<Report> reports) |
Constructor and Description |
---|
BatchMetaReport(ArrayList<Report> reports) |
Modifier and Type | Class and Description |
---|---|
class |
BarChart |
class |
JFrameReportVariables
JFrameReportVariables automatically record other ReportVariables to a
swing JTable on a window whenever they are computed.
|
class |
TimeSeriesChart
A graphical report that renders an underlying time series (
Timeseries
) as a JFreeChart time series chart. |
Copyright © 2014. All rights reserved.