Interface WalkingPedestrianProperty
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.NodeProperty
,java.io.Serializable
public interface WalkingPedestrianProperty<T extends Object> implements NodeProperty<T>
A node capability to walk.
-
-
Method Summary
Modifier and Type Method Description abstract Double
getWalkingSpeed()
The node's walking speed. -
-
Method Detail
-
getWalkingSpeed
abstract Double getWalkingSpeed()
The node's walking speed.
-
-
-
-