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