Desire Evacuate
class DesireEvacuate(compliance: Double, dangerBelief: () -> Double, fear: () -> Double) : MentalCognitiveCharacteristic
Content copied to clipboard
The desire to evacuate.
Parameters
compliance
the current level of compliance of the agent owning this.
Content copied to clipboard
danger Belief
the current level of danger belief of the agent owning this.
Content copied to clipboard
fear
the current level of fear of the agent owning this.
Content copied to clipboard
Constructors
Link copied to clipboard
fun DesireEvacuate(compliance: Double, dangerBelief: () -> Double, fear: () -> Double)
Content copied to clipboard