Uses of Class
io.github.ai4ci.config.PartialDemographicAdjustment
Packages that use PartialDemographicAdjustment
-
Uses of PartialDemographicAdjustment in io.github.ai4ci.config
Fields in io.github.ai4ci.config declared as PartialDemographicAdjustmentModifier and TypeFieldDescriptionstatic final PartialDemographicAdjustment
DemographicAdjustment.AGE_DEFAULT
static final PartialDemographicAdjustment
DemographicAdjustment.EMPTY
Methods in io.github.ai4ci.config that return PartialDemographicAdjustmentModifier and TypeMethodDescriptionPartialDemographicAdjustment.Builder.build()
Builds a newPartialDemographicAdjustment
.static PartialDemographicAdjustment
PartialDemographicAdjustment.copyOf
(DemographicAdjustment._PartialDemographicAdjustment instance) Creates an immutable copy of aDemographicAdjustment._PartialDemographicAdjustment
value.ExecutionConfiguration.getDemographicAdjustment()
Adjustment of different parameters as a function of age.ImmutableExecutionConfiguration.getDemographicAdjustment()
Adjustment of different parameters as a function of age.PartialExecutionConfiguration.getDemographicAdjustment()
Adjustment of different parameters as a function of age.PartialDemographicAdjustment.withAppUseProbability
(Abstraction.SimpleFunction value) Copy the current immutable object by setting a value for theappUseProbability
attribute.PartialDemographicAdjustment.withAsymptomaticFraction
(Abstraction.SimpleFunction value) Copy the current immutable object by setting a value for theasymptomaticFraction
attribute.PartialDemographicAdjustment.withCaseFatalityRate
(Abstraction.SimpleFunction value) Copy the current immutable object by setting a value for thecaseFatalityRate
attribute.PartialDemographicAdjustment.withCaseHospitalisationRate
(Abstraction.SimpleFunction value) Copy the current immutable object by setting a value for thecaseHospitalisationRate
attribute.PartialDemographicAdjustment.withComplianceProbability
(Abstraction.SimpleFunction value) Copy the current immutable object by setting a value for thecomplianceProbability
attribute.PartialDemographicAdjustment.withImmuneWaningHalfLife
(Abstraction.SimpleFunction value) Copy the current immutable object by setting a value for theimmuneWaningHalfLife
attribute.PartialDemographicAdjustment.withIncubationPeriod
(Abstraction.SimpleFunction value) Copy the current immutable object by setting a value for theincubationPeriod
attribute.PartialDemographicAdjustment.withInfectiousDuration
(Abstraction.SimpleFunction value) Copy the current immutable object by setting a value for theinfectiousDuration
attribute.PartialDemographicAdjustment.withMaximumSocialContactReduction
(Abstraction.SimpleFunction value) Copy the current immutable object by setting a value for themaximumSocialContactReduction
attribute.PartialDemographicAdjustment.withPeakToRecoveryDelay
(Abstraction.SimpleFunction value) Copy the current immutable object by setting a value for thepeakToRecoveryDelay
attribute.PartialDemographicAdjustment.withSymptomDuration
(Abstraction.SimpleFunction value) Copy the current immutable object by setting a value for thesymptomDuration
attribute.Methods in io.github.ai4ci.config with parameters of type PartialDemographicAdjustmentModifier and TypeMethodDescriptionImmutableExecutionConfiguration.Builder.setDemographicAdjustment
(PartialDemographicAdjustment demographicAdjustment) Initializes the value for thedemographicAdjustment
attribute.PartialExecutionConfiguration.Builder.setDemographicAdjustment
(PartialDemographicAdjustment demographicAdjustment) Initializes the value for thedemographicAdjustment
attribute.ImmutableExecutionConfiguration.withDemographicAdjustment
(PartialDemographicAdjustment value) Copy the current immutable object by setting a value for thedemographicAdjustment
attribute.PartialExecutionConfiguration.withDemographicAdjustment
(PartialDemographicAdjustment value) Copy the current immutable object by setting a value for thedemographicAdjustment
attribute. -
Uses of PartialDemographicAdjustment in io.github.ai4ci.util
Methods in io.github.ai4ci.util with parameters of type PartialDemographicAdjustmentModifier and TypeMethodDescriptionstatic <X> X
ReflectionUtils.modify
(X base, PartialDemographicAdjustment modifiers, PersonDemographic demog)