Package it.unibo.alchemist.model.cognitiveagents.impact.individual

Types

Link copied to clipboard
enum Age : Enum<Age> , Characteristic

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
enum Gender : Enum<Gender> , Characteristic

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, rg: 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.