See: Description
| Class | Description |
|---|---|
| Blackboard |
The blackboard where the agents implicitly interact with
the environment and between each others.
|
| IndividualAgent |
Agent that represents a student unit with the different patterns.
|
| MainGUI |
Graphical User Interface (GUI) for performing simulations.
|
| MeasurementEvolutionSociogram |
This class measures the evolution of sociograms with groug sociometrics
proposed by (Barrasa, 2008) that are provided by Sociogram class.
|
| Sociogram |
It represents a graph with a matrix with the relations among individuals.
|
| SociogramGUI |
This class represents the GUI of a sociagram to show its evolution through
the simulation.
|
| Test |
Class with the main method for start running the application.
|
| Enum | Description |
|---|---|
| AgentType |
Determines the different kinds of agents in this simulation.
|