Class | Description |
---|---|
AsynchronousConsumerAgent |
A ConsumerAgent written for asynchronous processing within the simulation, based on the jadex framework
!!!CURRENTLY A STUB AND NOT USED!!!
|
ASynchronousConsumerAgentFactory |
Class to create objects of type AsynchornousConsumerAgent for the simulation
|
ConsumerAgent |
Actor that adopts technology, communicates and evaluates technology.
|
ConsumerAgentAttribute |
Data structure to use a variety of consumer agent attributes not hard coded in the simulation.
|
ConsumerAgentGroup |
Class to describe the group a set of consumer agents makes up.
|
ConsumerAgentGroupAffinities |
Class to model the affinity between different ConsumerAgentGroups, conceptually as matrix of ConsumerAgentGroup to other ConsumerAgentGroup.
|
ConsumerAgentGroupAttribute |
A ConsumerAgentGroupAttribute is the generalization of a ConsumerAgentAttribute.
|
SynchronousConsumerAgent |
A SynchronousConsumerAgent is an implementation of a Consumer agent that acts synchronously (centrally coordinated in determined order 'at the same time' in the same thread)
This class is an implementation and doesn't add any more semantics to the agents.
|
SynchronousConsumerAgentFactory |
Factory class to instantiate synchronous consumer agents from a given configuration.
|