Class IntentionEvacuate

  • All Implemented Interfaces:
    it.unibo.alchemist.model.cognitive.impact.cognitive.CognitiveCharacteristic , it.unibo.alchemist.model.cognitive.impact.individual.Characteristic

    
    public final class IntentionEvacuate
    extends BodyCognitiveCharacteristic
                        

    The intention to evacuate of .

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      IntentionEvacuate(Function0<Double> desireWalkRandomly, Function0<Double> desireEvacuate)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Double combinationFunction() 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.cognitive.impact.cognitive.BodyCognitiveCharacteristic

        update
      • Methods inherited from class it.unibo.alchemist.model.cognitive.impact.cognitive.AbstractCognitiveCharacteristic

        level
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntentionEvacuate

        IntentionEvacuate(Function0<Double> desireWalkRandomly, Function0<Double> desireEvacuate)
        Parameters:
        desireWalkRandomly -
        the desire not to evacuate of the agent owning this characteristic.
        desireEvacuate -
        the desire to evacuate of the agent owning this characteristic.
    • 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.