Interface PhysicalPedestrian2D
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.NodeProperty
,it.unibo.alchemist.model.physics.properties.PhysicalPedestrian
,it.unibo.alchemist.model.physics.properties.PhysicalProperty
,java.io.Serializable
public interface PhysicalPedestrian2D<T extends Object> implements PhysicalPedestrian<T, Euclidean2DPosition, Euclidean2DTransformation, Euclidean2DShapeFactory>
A pedestrian's capability to experience physical forces in a 2D space.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class it.unibo.alchemist.model.physics.properties.PhysicalPedestrian
avoid, avoidanceForces, checkAndPossiblyFall, fallenAgentAvoidanceForces, getComfortArea, getComfortRay, getRectangleOfInfluence, isFallen, onFall, repulse, repulsionForces, shouldFall
-
Methods inherited from class it.unibo.alchemist.model.physics.properties.PhysicalProperty
physicalForces
-
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
-
-