| 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 AgentType |
IndividualAgent.type
Type of individual agent
|
| Modifier and Type | Method and Description |
|---|---|
AgentType |
IndividualAgent.getType() |
static AgentType |
AgentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AgentType[] |
AgentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
IndividualAgent.intValue(AgentType type)
Convert a type of an agent into an integer for accessing the
suitability of two types of agents
|
| Constructor and Description |
|---|
IndividualAgent(AgentType type)
Constructor of the class.
|