-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.cognitiveagents.impact.cognitive.CognitiveCharacteristic,it.unibo.alchemist.model.cognitiveagents.impact.individual.Characteristic
public final class IntentionWalkRandomly extends BodyCognitiveCharacteristic
The intention not to evacuate.
-
-
Constructor Summary
Constructors Constructor Description IntentionWalkRandomly(Function0<Double> desireWalkRandomly, Function0<Double> desireEvacuate)
-
Method Summary
Modifier and Type Method Description DoublecombinationFunction()Algorithm which decides how the parameters involved in the evolution of this characteristic must be combined together. -
Methods inherited from class it.unibo.alchemist.model.cognitiveagents.impact.cognitive.IntentionWalkRandomly
update -
Methods inherited from class it.unibo.alchemist.model.cognitiveagents.impact.cognitive.BodyCognitiveCharacteristic
level -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
combinationFunction
Double combinationFunction()
Algorithm which decides how the parameters involved in the evolution of this characteristic must be combined together. It can be either a max, min, summation or any other type of function.
-
-
-
-