BeliefDanger
class BeliefDanger(zoneDangerousness: () -> Double, fear: () -> Double, influencialPeople: () -> List<CognitiveModel>) : MentalCognitiveCharacteristic(source)
The perception of the situation danger. The name belief derives from the IMPACT model.
Parameters
zoneDangerousness
the influence of the position of the agent owning this
compared to the real position of the source of danger.
Content copied to clipboard
fear
the level of fear of the agent owning this.
Content copied to clipboard
influencialPeople
the list of cognitive agents with an influence on the agent owning this.
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(zoneDangerousness: () -> Double, fear: () -> Double, influencialPeople: () -> List<CognitiveModel>)