Package | Description |
---|---|
simulation |
It contains all the classes for constructing agent-based
simulators in general following PEABS (a Process for developing
Efficient ABSs).
|
sociogram |
This package contains all the classes that are specific of
ABS-SOCI (an Agent-Based Simulator of SOCIograms).
|
trainingsoci |
This package contains all the classes that are necessary
for automatically training
ABS-SOCI (an Agent-Based Simulator of SOCIograms) following
ATABS (a technique for Automatically
Training Agent-Based Simulators).
|
Modifier and Type | Class and Description |
---|---|
class |
SimulationAnimation
A class for make a simulation but with a timer to make the simulation slower
and repaint a GUI to show the animation.
|
Modifier and Type | Field and Description |
---|---|
private Simulation |
Blackboard.simulation
Simulation, which is used to get the number of the iteration of the
simulation
|
Modifier and Type | Method and Description |
---|---|
Simulation |
Blackboard.getSimulation() |
Modifier and Type | Method and Description |
---|---|
void |
Blackboard.setSimulation(Simulation simulation) |
Modifier and Type | Field and Description |
---|---|
private Simulation |
TrainableSoci.simulation
Simulation of ABS-SOCI
|