Belief Danger
class BeliefDanger(zoneDangerousness: () -> Double, fear: () -> Double, influencialPeople: () -> List<CognitiveModel>) : MentalCognitiveCharacteristic
The perception of the situation danger. The name belief derives from the IMPACT model.
Parameters
zone Dangerousness
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
influencial People
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>)