Class HeterogeneousPedestrian

  • 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 class HeterogeneousPedestrian<T extends Object, S extends Vector<S>, A extends Transformation<S>>
    extends Pedestrian<T>
                        

    A heterogeneous pedestrian's movement capability. Note: to use this capability the node must already have a HumanProperty.

    • 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 getWalkingSpeed()
      Double getRunningSpeed()
      String toString()
      • Methods inherited from class it.unibo.alchemist.model.cognitive.properties.Pedestrian

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

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