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 java.util.List<Agent> |
Simulation.agents
List of all the agents registered for the simulation
|
Modifier and Type | Method and Description |
---|---|
void |
Simulation.register(Agent agent)
Register an agent in the simulation
|
Modifier and Type | Class and Description |
---|---|
class |
IndividualAgent
Agent that represents a student unit with the different patterns.
|