Class | Description |
---|---|
Information |
Information represents a piece of information (as knowledge and the agent from which it originates),
as well as further aspects of relevance.
|
InformationFactory |
Class to provide functionality to instantiate aspects of information within the simulation.
|
InformationScheme |
An InformationScheme describes how the process of information search by ConsumerAgents is done,
and how other agents interact with the information ecosystem.
|
MaxAuthorityInformationScheme |
The MaxAuthorityInformationScheme is an InformationScheme that collects only information
from the most trustworthy (maximal authority) agents
and chooses a random piece of information when asked.
|
NoInformationScheme |
(Dummy) information scheme that represents an 'informational black hole'.
|
ProductAttributeInformation |
ProductAttributeInformation is Information that describes the value of a quality of a product
(i.e.
|
PureInformationScheme |
The PureInformatioScheme is an information scheme where no distortion of information is assumed,
and all information corresponds to the true nature of things.
|
RandomInformationScheme |
The RandomInformationScheme is an InformationScheme that collects information
and chooses a random piece of information when asked.
|