Compliance

class Compliance(age: Age, gender: Gender) : Characteristic

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

Parameters

age
the age of the agent.
gender
the gender of the agent.

Constructors

Link copied to clipboard
constructor(age: Age, gender: Gender)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The calculated level of compliance.