Class | Description |
---|---|
Agent |
Abstraction for any kind of agent within the simulation as SimulationEntity.
|
AgentConfiguration |
A data structure to describe the configuration of the agents used in the simulation
|
InformationAgent |
An information agent is an agent within the simulation that can create information.
|
SpatialAgent |
Abstraction of agents that are spatially located within the simulation.
|
SpatialInformationAgent |
A SpatialInformationAgent brings together the spatiality of a SpatialAgent as well as
the informational nature of an InformationAgent, through having associated with it
an informationAuthority representing the credibility of the information
stemming from this agent.
|