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