Class ImpactModel

  • All Implemented Interfaces:
    it.unibo.alchemist.model.cognitive.CognitiveModel

    
    public final class ImpactModel
     implements CognitiveModel
                        

    Agent-based evacuation model with social contagion mechanisms. More information can be found here.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Double dangerBelief() Value representing the current belief of the situation dangerousness.
      Double fear() Value representing the level of fear.
      Double remainIntention() Value representing the intention to remain.
      Double escapeIntention() Value representing the intention to escape.
      Unit update(Double frequency) Update the current intensity of the aforementioned feelings considering a frequency.
      • Methods inherited from class it.unibo.alchemist.model.cognitive.CognitiveModel

        wantsToEscape
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait