Interface CognitiveProperty

  • All Implemented Interfaces:
    it.unibo.alchemist.model.NodeProperty , java.io.Serializable

    
    public interface CognitiveProperty<T extends Object>
     implements NodeProperty<T>
                        

    The pedestrian's cognitive capability.

    • 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
      List<CognitiveModel> influentialPeople() The mind model of all people considered influential for this cognitive pedestrian.
      abstract Molecule getDanger() The molecule associated with danger in the environment.
      abstract CognitiveModel getCognitiveModel() The pedestrian's cognitive model.
      • Methods inherited from class it.unibo.alchemist.model.NodeProperty

        cloneOnNewNode, getNode
      • Methods inherited from class java.lang.Object

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