| Interface | Description |
|---|---|
| ProductAttributePerceptionScheme |
The ProductAttributePerceptionScheme is an abstraction of the model mechanism of
how the value of a product (attribute) is perceived by a ConsumerAgent.
|
| Class | Description |
|---|---|
| ConstantHistogramInitializationScheme |
Histogram initialization scheme that assigns a single (constant) value to any histogram
|
| ConstantPerceptionInitializationScheme |
A PerceptionInitializationScheme that initializes all perceptions based on it with
a constant value assigned to it at the beginning of the simulation.
|
| ConsumerPerceivedValueHistogramInitializationScheme |
The ConsumerPerceivedValueHistogramInitializationScheme is a HistogramInitializationScheme that
assigns a value drawn from the perceived product attribute value distribution of the ConsumerAgentGroup
to the histogram.
|
| Histogram |
Building on Kiesling, the model incorporates the possibility to use a histogram for the structuring the perception of actors in bins.
|
| HistogramBin |
Class to describe the bins in a histogram as a discretization of the range / height of values in the histogram.
|
| HistogramInitializationFactory |
A simple factory that creates a HistogramInitializationScheme based on a string and a parameter map provided
|
| HistogramInitializationScheme |
A scheme to describe how initial values are assigned to the corresponding histogram
based on the product attribute, consumer agent group and configuration of the simulation.
|
| HistogramPerceptionSchemeConfiguration |
The HistogramPerceptionSchemeConfiguration is a PerceptionSchemeConfiguration for
histogram-based PerceptionSchemes.
|
| MemoryLessProductAttributePerceptionScheme |
The MemoryLessProductAttributePerceptionScheme is a ProductAttributePerceptionScheme
that doesn't model a ConsumerAgents memory for ProductAttribute perceptions.
|
| PerceptionInitializationScheme |
A PerceptionInitializationScheme describes how the (initial) perception of a ProductAttribute is derived.
|
| PerceptionSchemeConfiguration |
The PerceptionSchemeConfiguration bundles data relevant for instantiating ProductPerceptionSchemes
and is used by the respective factory to parameterize these.
|
| PerceptionSchemeFactory |
The PerceptionSchemeFactory is a class that offers functionality to create the PerceptionSchemes
initially.
|
| ProductAttributePerceptionHistogram |
A histogram describing how product attributes are perceived by actors (generally of type ConsumerAgent).
|
| ProductAttributeValueInitializationScheme | |
| RandomPADistributionHistogramInitializationScheme |
A HistogramInitializationScheme that assumes the initial value of a histogram to be based on the distribution of the ProductGroupAttribute of the corresponding product group attribute.
|
| StochasticPerceptionInitializationScheme |
PerceptionInitializationScheme containing a BoundedUnivariateDistribution,
which determines the initial value (independent of any other circumstances)
according to the distribution associated with it.
|
| TrueValueInitializationScheme |
A HistogramInitializationScheme that initializes the histogram with the true value of the product attribute as specified in the ProductConfiguration
|
| TrueValueProductAttributePerception |
The TrueValueProductAttributePerception is a ProductAttributePerceptionScheme
that represents the perception of a ProductAttribute as a single numerical value
denoting the true value of this ProductAttribute.
|
| UniformRandomBoundedHistogramInitializationScheme |
The UniformRandomBoundedHistogramInitializationScheme will initialize the histogram with a (random, uniformly distributed) possible value valid for the corresponding histogram
|