See: Description
Interface | Description |
---|---|
EventListener |
Objects which implement this interface can be informed of simulation
events.
|
EventSubscriber | |
Model |
Class | Description |
---|---|
AbstractModel | |
AgentArrivalEvent |
An event that is fired whenever an agent arrives at the simulation.
|
AgentEvent | |
BatchFinishedEvent |
An event that is fired when a batch of one or more simulations has finished.
|
BatchStartingEvent |
An event that is fired before a batch of one or more simulations has started.
|
GenerationFinishedEvent | |
GenerationStartingEvent | |
InteractionsFinishedEvent |
An event that is fired when agents have finished interacting.
|
RandomVariateInitialisedEvent | |
ReportVariablesChangedEvent | |
ReproductionStartingEvent | |
RoundFinishedEvent |
An event that is fired after a simulation tick (round) has finished.
|
RoundStartingEvent |
An event that is fired before the start of a simulation tick (round).
|
SimEvent |
Superclass for all JABM events.
|
SimulationControllerEvent | |
SimulationEvent |
An event pertaining to a specific Simulation.
|
SimulationFinishedEvent |
An event that is fired after a single simulation has completed.
|
SimulationStartingEvent |
An event that is fired before a single simulation is started.
|
StrategyExecutedEvent |
An event that is fired whenever a strategy implementing ExecutableStrategy is
executed by an agent.
|
Copyright © 2014. All rights reserved.