Package | Description |
---|---|
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 IndividualAgent[] |
Sociogram.agents
Vector of agents
|
Modifier and Type | Method and Description |
---|---|
IndividualAgent[] |
Sociogram.getAgents() |
Modifier and Type | Method and Description |
---|---|
double |
Sociogram.getTrend(IndividualAgent agentA,
IndividualAgent agentB)
Sets the the trend in a pair of agents
|
void |
Sociogram.setTrend(IndividualAgent agentA,
IndividualAgent agentB,
double trend)
Sets the the trend in a pair of agents
|
void |
Sociogram.updateConnection(IndividualAgent agentA,
IndividualAgent agentB,
double trend)
Update a social connection in the sociogram based on a trend
|
Modifier and Type | Method and Description |
---|---|
void |
Blackboard.createSociogram(java.util.List<IndividualAgent> list)
Creates a sociogram from a list of individual agents
|
Constructor and Description |
---|
Sociogram(java.util.List<IndividualAgent> list)
Constructor of the Class.
|