Interface CognitiveModel

  • All Implemented Interfaces:

    
    public interface CognitiveModel
    
                        

    Theoretical model to describe the cognitive processes underlying in an agent.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Double dangerBelief() Value representing the current belief of the situation dangerousness.
      abstract Double fear() Value representing the level of fear.
      abstract Double escapeIntention() Value representing the intention to escape.
      abstract Double remainIntention() Value representing the intention to remain.
      abstract Unit update(Double frequency) Update the current intensity of the aforementioned feelings considering a frequency.
      Boolean wantsToEscape() Whether or not this node intends to escape.
      • Methods inherited from class java.lang.Object

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