CognitiveModel

interface CognitiveModel

Theoretical model to describe the cognitive processes underlying in an agent.

Inheritors

Functions

Link copied to clipboard
abstract fun dangerBelief(): Double

Value representing the current belief of the situation dangerousness.

Link copied to clipboard
abstract fun escapeIntention(): Double

Value representing the intention to escape. Opposed to remainIntention.

Link copied to clipboard
abstract fun fear(): Double

Value representing the level of fear.

Link copied to clipboard
abstract fun remainIntention(): Double

Value representing the intention to remain. Opposed to escapeIntention

Link copied to clipboard
abstract fun update(frequency: Double)

Update the current intensity of the aforementioned feelings considering a frequency.

Link copied to clipboard

Whether or not this node intends to escape.