Speed

class Speed(age: Age, gender: Gender, randomGenerator: <Error class: unknown class>) : Characteristic

The speed of an agent considering its age, gender and a random factor.

Parameters

age
the age of the agent.
gender
the gender of the agent.
randomGenerator
the simulation {@link RandomGenerator}.

Constructors

Link copied to clipboard
constructor(age: Age, gender: Gender, randomGenerator: <Error class: unknown class>)

Types

Link copied to clipboard
object Companion

Default configurations.

Properties

Link copied to clipboard
val running: <Error class: unknown class>

The running speed of the agent.

Link copied to clipboard
val walking: <Error class: unknown class>

The walking speed of the agent.