Package | Description |
---|---|
net.sourceforge.jabm.event |
Classes representing events that have occurred in the simulation.
|
net.sourceforge.jabm.report |
Classes implementing monitoring and reporting functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
GenerationFinishedEvent |
class |
GenerationStartingEvent |
class |
InteractionsFinishedEvent
An event that is fired when agents have finished interacting.
|
class |
ReproductionStartingEvent |
class |
RoundFinishedEvent
An event that is fired after a simulation tick (round) has finished.
|
class |
RoundStartingEvent
An event that is fired before the start of a simulation tick (round).
|
class |
SimulationFinishedEvent
An event that is fired after a single simulation has completed.
|
class |
SimulationStartingEvent
An event that is fired before a single simulation is started.
|
Modifier and Type | Method and Description |
---|---|
void |
FitnessReportVariables.onSimulationEvent(SimulationEvent event) |
void |
WeightedGraphMetrics.reset(SimulationEvent event) |
Copyright © 2014. All rights reserved.