Class | Description |
---|---|
CommunicationScheme |
A CommunicationScheme describes how a message is turned into a communication event.
|
CompanyAgentMessageScheme |
Class representing an abstraction of message schemes originating from company agents.
|
CompanyConsumerPerceptionManipulationMessage |
A CompanyConsumerPreferenceManipulationMessage is a message originating from company agents
which is directed at ConsumerAgents in order to manipulate the consumers' message.
|
CompanyConsumerPreferenceManipulationMessage |
A CompanyConsumerPreferenceManipulationMessage is a message originating from company agents
which is directed at ConsumerAgents in order to manipulate the consumers' message.
|
ConsumerAgentMessageScheme |
Class representing an abstraction of message schemes originating from consumer agents.
|
ConsumerConsumerPerceptionManipulationMessage |
A ConsumerConsumerPerceptionManipulationMessage is a message from a ConsumerAgent to a ConsumerAgent
that changes the perception of the receiving ConsumerAgent given the perception of the sending
ConsumerAgent.
|
ConsumerConsumerPreferenceManipulationMessage |
A ConsumerConsumerPreferenceManipulationMessage is a Message from a consumer agent to another that
changes the preference of the receiving consumer by the difference of their preferences,
weighted by the strength of the connection (edge weight) and a homogenization factor.
|
ConsumerConsumerProductAttributePerceptionManipulationMessage |
A ConsumerConsumerProductAttributePerceptionManipulationMessage is a message that
a ConsumerAgent directs at another ConsumerAgent in order to change their perception
about a product attribute, towards their perception of this attribute.
|
ContinuousMetricCommunicationScheme |
The ContinuousMetricCommunicationScheme is a CommunicationScheme
where the delay of the event scheduling is proportional to the metric
distance between the sending and receiving agent.
|
DefaultCompanyAgentMessageScheme |
Messaging scheme to send advertisement messages by a CompanyAgent.
|
DefaultConsumerAgentMessageScheme |
This message scheme describes a message scheme from a ConsumerAgent to another ConsumerAgent.
|
ImmediateCommunicationScheme |
The ImmediateCommunicationScheme is a very basic CommunicationScheme
which assigns every message the current time as execution time.
|
Message |
Messages model the communication activity between agents.
|
MessageFactory | |
MessageScheme |
A MessageScheme describes how messages of a given type are created,
depending on the sender of the message and the state of the simulation.
|
UniformMessageScheme |
The UniformMessageScheme is the most basic CompanyAgentMessageScheme implemented,
since it doesn't take any parameters.
|