- TakeTheBestHeuristicUtilitarianConsumerAgentAdoptionDecisionProcess - Class in IRPact_modellierung.decision
-
- TakeTheBestHeuristicUtilitarianConsumerAgentAdoptionDecisionProcess(UtilityFunction) - Constructor for class IRPact_modellierung.decision.TakeTheBestHeuristicUtilitarianConsumerAgentAdoptionDecisionProcess
-
- TemporalConfiguration - Class in IRPact_modellierung.time
-
Object to configure the TimeModel of the simulation.
- TemporalConfiguration(double, TimeModel.TEMPORALMODE, boolean) - Constructor for class IRPact_modellierung.time.TemporalConfiguration
-
The TimeModel is configured by the length of the simulation,
its mode and whether agents act in synchrony or not.
- testApp() - Method in class IRPact_modellierung.AppTest
-
Rigourous Test :-)
- testDistribution(int) - Method in class IRPact_modellierung.distributions.PoissonDistribution
-
Method to test whether my assumption of what the COLT implementation does.
- TimeLoader - Class in IRPact_modellierung.io.loader
-
Class to load the temporal configuration of the simulation based on the its configuration.
- TimeLoader() - Constructor for class IRPact_modellierung.io.loader.TimeLoader
-
- TimeModel - Class in IRPact_modellierung.time
-
The TimeModel governs the model dynamics within IRPact.
- TimeModel(SimulationContainer, ProcessModel) - Constructor for class IRPact_modellierung.time.TimeModel
-
The TimeModel governs the temporal dynamics of the simulation running
in the simulationContainer, as well as the execution of the processModel
associated with it.
- TimeModel.TEMPORALMODE - Enum in IRPact_modellierung.time
-
- topNextEvent() - Method in class IRPact_modellierung.events.EventScheduler
-
Method to retrieve the next event is scheduled.
- TopologyManipulationScheme - Class in IRPact_modellierung.network
-
A TopologyManipulationScheme describes how the topology of a SocialGraph changes over time.
- TopologyManipulationScheme(boolean) - Constructor for class IRPact_modellierung.network.TopologyManipulationScheme
-
- toString() - Method in class IRPact_modellierung.distributions.Distribution
-
- toString() - Method in class IRPact_modellierung.needs.Need
-
- toString() - Method in class IRPact_modellierung.preference.Preference
-
- toString() - Method in class IRPact_modellierung.preference.PreferenceConfiguration
-
- toString() - Method in class IRPact_modellierung.preference.ProductGroupAttributeValueMapping
-
- toString() - Method in class IRPact_modellierung.preference.Value
-
- toString() - Method in class IRPact_modellierung.products.ProductGroup
-
- toString() - Method in class IRPact_modellierung.products.ProductGroupAttribute
-
- TrueValueInitializationScheme - Class in IRPact_modellierung.perception
-
A HistogramInitializationScheme that initializes the histogram with the true value of the product attribute as specified in the ProductConfiguration
- TrueValueInitializationScheme() - Constructor for class IRPact_modellierung.perception.TrueValueInitializationScheme
-
- TrueValueProductAttributePerception - Class in IRPact_modellierung.perception
-
The TrueValueProductAttributePerception is a ProductAttributePerceptionScheme
that represents the perception of a ProductAttribute as a single numerical value
denoting the true value of this ProductAttribute.
- TrueValueProductAttributePerception(ProductAttribute) - Constructor for class IRPact_modellierung.perception.TrueValueProductAttributePerception
-
The TrueValueProductAttributePerception is associated with a product attribute whose value it uses
for 'calculating' the 'perception' by using its value.
- TrustGraph - Class in IRPact_modellierung.network
-
A TrustGraph is a SocialGraph which formalizes the semantics for trust between ConsumerAgents.
- TrustGraph(SimulationContainer, SNConfiguration, Set<SNNode>, Set<SNEdge>, HashMap<SNNode, Set<SNNode>>) - Constructor for class IRPact_modellierung.network.TrustGraph
-
- TrustGraph(SimulationContainer, SNConfiguration, Set<SNNode>) - Constructor for class IRPact_modellierung.network.TrustGraph
-
- TrustGraph(SimulationContainer, SNConfiguration, int) - Constructor for class IRPact_modellierung.network.TrustGraph
-