Package-level declarations

Types

Link copied to clipboard

An enum representing the different periods of life.

Link copied to clipboard
interface Characteristic

Any characteristic associated to a pedestrian.

Link copied to clipboard
class Compliance(age: Age, gender: Gender) : Characteristic

The level of compliance of an agent considering its gender and its age.

Link copied to clipboard
object ComplianceSpec : ConfigSpec

A specification of the parameters regarding compliance to load from a config file.

Link copied to clipboard

An enum representing the different genders.

Link copied to clipboard
class HelpAttitude(age: Age, gender: Gender) : Characteristic

The attitude of an agent towards helping another agent.

Link copied to clipboard
object HelpAttitudeSpec : ConfigSpec

A specification of the parameters regarding help attitudes to load from a config file.

Link copied to clipboard
class Speed(age: Age, gender: Gender, randomGenerator: RandomGenerator) : Characteristic

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

Link copied to clipboard
object SpeedSpec : ConfigSpec

A specification of the parameters regarding speeds to load from a config file.