Fear
class Fear(desireWalkRandomly: () -> Double, desireEvacuate: () -> Double, influencialPeople: () -> List<CognitiveModel>) : MentalCognitiveCharacteristic(source)
The fear emotion.
Parameters
desireWalkRandomly
the current desire of not evacuating of the agent owning this.
Content copied to clipboard
desireEvacuate
the current desire of evacuating 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(desireWalkRandomly: () -> Double, desireEvacuate: () -> Double, influencialPeople: () -> List<CognitiveModel>)