MentalCognitiveCharacteristic

abstract class MentalCognitiveCharacteristic : AbstractCognitiveCharacteristic

A cognitive characteristic which has a mental response.

Constructors

Link copied to clipboard
fun MentalCognitiveCharacteristic()

Functions

Link copied to clipboard
abstract fun combinationFunction(): Double

Algorithm which decides how the parameters involved in the evolution of this characteristic must be combined together. It can be either a max, min, summation or any other type of function.

Link copied to clipboard
open override fun level(): Double

The current intensity of this characteristic.

Link copied to clipboard
open override fun update(frequency: Double)

Update the current intensity of this characteristic.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard