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
fun Compliance(age: Age, gender: Gender)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val level: Double

The calculated level of compliance.