Class Speed
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.cognitive.impact.individual.Characteristic
public final class Speed implements Characteristic
The speed of an agent considering its age, gender and a random factor.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
Speed.Companion
Default configurations.
-
Method Summary
Modifier and Type Method Description final Double
getWalking()
The walking speed of the agent. final Double
getRunning()
The running speed of the agent. -
-
Method Detail
-
getWalking
final Double getWalking()
The walking speed of the agent.
-
getRunning
final Double getRunning()
The running speed of the agent.
-
-
-
-