Package | Description |
---|---|
net.sourceforge.jabm |
The top-level package for JABM.
|
net.sourceforge.jabm.agent |
Classes defining agentsThe top-level package for JABM.
|
net.sourceforge.jabm.event |
Classes representing events that have occurred in the simulation.
|
net.sourceforge.jabm.evolution |
Classes for implementing evolutionary models and social learning.
|
net.sourceforge.jabm.gametheory |
Classes for performing empirical game-theoretic analysis of agent-based models.
|
net.sourceforge.jabm.mixing |
This package provides different policies specifying how the agents in
the population interact (or "mix") with each other during the course
of the simulation.
|
net.sourceforge.jabm.report |
Classes implementing monitoring and reporting functionality.
|
net.sourceforge.jabm.strategy |
Classes representing the strategies used by the agents in the simulation.
|
net.sourceforge.jabm.view |
Classes implementing GUI components.
|
Class and Description |
---|
AbstractModel |
EventListener
Objects which implement this interface can be informed of simulation
events.
|
Model |
SimEvent
Superclass for all JABM events.
|
Class and Description |
---|
AgentArrivalEvent
An event that is fired whenever an agent arrives at the simulation.
|
EventListener
Objects which implement this interface can be informed of simulation
events.
|
RoundStartingEvent
An event that is fired before the start of a simulation tick (round).
|
SimEvent
Superclass for all JABM events.
|
SimulationFinishedEvent
An event that is fired after a single simulation has completed.
|
Class and Description |
---|
EventListener
Objects which implement this interface can be informed of simulation
events.
|
Model |
SimEvent
Superclass for all JABM events.
|
SimulationControllerEvent |
SimulationEvent
An event pertaining to a specific Simulation.
|
Class and Description |
---|
EventListener
Objects which implement this interface can be informed of simulation
events.
|
SimEvent
Superclass for all JABM events.
|
Class and Description |
---|
AbstractModel |
Model |
Class and Description |
---|
SimEvent
Superclass for all JABM events.
|
Class and Description |
---|
AbstractModel |
BatchFinishedEvent
An event that is fired when a batch of one or more simulations has finished.
|
EventListener
Objects which implement this interface can be informed of simulation
events.
|
InteractionsFinishedEvent
An event that is fired when agents have finished interacting.
|
Model |
RoundStartingEvent
An event that is fired before the start of a simulation tick (round).
|
SimEvent
Superclass for all JABM events.
|
SimulationEvent
An event pertaining to a specific Simulation.
|
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.
|
Class and Description |
---|
EventListener
Objects which implement this interface can be informed of simulation
events.
|
SimEvent
Superclass for all JABM events.
|
Class and Description |
---|
EventListener
Objects which implement this interface can be informed of simulation
events.
|
ReportVariablesChangedEvent |
SimEvent
Superclass for all JABM events.
|
Copyright © 2014. All rights reserved.