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).
|
Modifier and Type | Field and Description |
---|---|
private ObserverAnimation |
SimulationAnimation.observer
Observer for being notified when the simulation finishes.
|
Modifier and Type | Method and Description |
---|---|
void |
SimulationAnimation.setObserver(ObserverAnimation observer)
Sets the observer for notififying the end of the simulation
|
Modifier and Type | Class and Description |
---|---|
class |
MainGUI
Graphical User Interface (GUI) for performing simulations.
|