Uses of Class
io.github.ai4ci.config.PartialDemographicAdjustment.Builder
Packages that use PartialDemographicAdjustment.Builder
-
Uses of PartialDemographicAdjustment.Builder in io.github.ai4ci.config
Methods in io.github.ai4ci.config that return PartialDemographicAdjustment.BuilderModifier and TypeMethodDescriptionPartialDemographicAdjustment.builder()
Creates a builder forPartialDemographicAdjustment
.PartialDemographicAdjustment.Builder.from
(DemographicAdjustment._PartialDemographicAdjustment instance) Fill a builder with attribute values from the provided_PartialDemographicAdjustment
instance.PartialDemographicAdjustment.Builder.setAppUseProbability
(Abstraction.SimpleFunction appUseProbability) Initializes the value for theappUseProbability
attribute.PartialDemographicAdjustment.Builder.setAsymptomaticFraction
(Abstraction.SimpleFunction asymptomaticFraction) Initializes the value for theasymptomaticFraction
attribute.PartialDemographicAdjustment.Builder.setCaseFatalityRate
(Abstraction.SimpleFunction caseFatalityRate) Initializes the value for thecaseFatalityRate
attribute.PartialDemographicAdjustment.Builder.setCaseHospitalisationRate
(Abstraction.SimpleFunction caseHospitalisationRate) Initializes the value for thecaseHospitalisationRate
attribute.PartialDemographicAdjustment.Builder.setComplianceProbability
(Abstraction.SimpleFunction complianceProbability) Initializes the value for thecomplianceProbability
attribute.PartialDemographicAdjustment.Builder.setImmuneWaningHalfLife
(Abstraction.SimpleFunction immuneWaningHalfLife) Initializes the value for theimmuneWaningHalfLife
attribute.PartialDemographicAdjustment.Builder.setIncubationPeriod
(Abstraction.SimpleFunction incubationPeriod) Initializes the value for theincubationPeriod
attribute.PartialDemographicAdjustment.Builder.setInfectiousDuration
(Abstraction.SimpleFunction infectiousDuration) Initializes the value for theinfectiousDuration
attribute.PartialDemographicAdjustment.Builder.setMaximumSocialContactReduction
(Abstraction.SimpleFunction maximumSocialContactReduction) Initializes the value for themaximumSocialContactReduction
attribute.PartialDemographicAdjustment.Builder.setPeakToRecoveryDelay
(Abstraction.SimpleFunction peakToRecoveryDelay) Initializes the value for thepeakToRecoveryDelay
attribute.PartialDemographicAdjustment.Builder.setSymptomDuration
(Abstraction.SimpleFunction symptomDuration) Initializes the value for thesymptomDuration
attribute.