Package 

Interface CognitivePedestrian

  • All Implemented Interfaces:
    it.unibo.alchemist.model.interfaces.Node , it.unibo.alchemist.model.interfaces.Pedestrian , it.unibo.alchemist.model.interfaces.nodes.NodeWithShape , java.io.Serializable , kotlin.Comparable , kotlin.collections.Iterable , kotlin.collections.MutableIterable

    
    public interface CognitivePedestrian<T extends Object, V extends Vector<V>, A extends GeometricTransformation<V>>
     implements Pedestrian<T, V, A>
                        

    A heterogeneous pedestrian with cognitive capabilities.

    • 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> influencialPeople() The mind model of all people considered influencial for this cognitive pedestrian.
      abstract CognitiveModel getCognitiveModel() The mind model of this pedestrian.
      List<InfluenceSphere> getSenses()
      abstract InfluenceSphere getFieldOfView() The field of view of the pedestrian.
      abstract PedestrianGroup<T, V, A> getMembershipGroup() The group this pedestrian belongs to.
      abstract GeometricShape<V, A> getShape()
      • Methods inherited from class it.unibo.alchemist.model.interfaces.CognitivePedestrian

        speed
      • Methods inherited from class it.unibo.alchemist.model.interfaces.nodes.NodeWithShape

        addReaction, cloneNode, contains, getConcentration, getContents, getId, getMoleculeCount, getReactions, removeConcentration, removeReaction, setConcentration
      • Methods inherited from class it.unibo.alchemist.model.interfaces.Node

        compareTo, iterator
      • Methods inherited from class kotlin.collections.MutableIterable

        forEach, spliterator
      • Methods inherited from class java.lang.Object

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