Class CognitivePedestrian

  • All Implemented Interfaces:
    it.unibo.alchemist.model.NodeProperty , it.unibo.alchemist.model.cognitive.PedestrianProperty , it.unibo.alchemist.model.cognitive.RunningPedestrianProperty , it.unibo.alchemist.model.cognitive.WalkingPedestrianProperty , java.io.Serializable

    
    public final class CognitivePedestrian<T extends Object, S extends Vector<S>, A extends Transformation<S>>
    extends HeterogeneousPedestrian<T, S, A>
                        

    A cognitive pedestrian's movement capability.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Double speed() The speed at which the pedestrian is moving.
      • Methods inherited from class it.unibo.alchemist.model.cognitive.properties.HeterogeneousPedestrian

        getRunningSpeed, getWalkingSpeed, toString
      • Methods inherited from class it.unibo.alchemist.model.cognitive.properties.Pedestrian

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

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

    • Method Detail

      • speed

         Double speed()

        The speed at which the pedestrian is moving.