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.
Content copied to clipboard
gender
the gender of the agent.
Content copied to clipboard
random Generator
the simulation {@link RandomGenerator}.
Content copied to clipboard