Uses of Class
io.github.ai4ci.abm.ImmutableOutbreakBaseline
Packages that use ImmutableOutbreakBaseline
-
Uses of ImmutableOutbreakBaseline in io.github.ai4ci.abm
Methods in io.github.ai4ci.abm that return ImmutableOutbreakBaselineModifier and TypeMethodDescriptionImmutableOutbreakBaseline.Builder.build()
Builds a newImmutableOutbreakBaseline
.static ImmutableOutbreakBaseline
ImmutableOutbreakBaseline.copyOf
(OutbreakBaseline instance) Creates an immutable copy of aOutbreakBaseline
value.ImmutableOutbreakBaseline.withDefaultPolicyState
(StateMachine.PolicyState value) Copy the current immutable object by setting a value for thedefaultPolicyState
attribute.ImmutableOutbreakBaseline.withExpectedContactsPerPersonPerDay
(double value) Copy the current immutable object by setting a value for theexpectedContactsPerPersonPerDay
attribute.ImmutableOutbreakBaseline.withInfectiveDuration
(int value) Copy the current immutable object by setting a value for theinfectiveDuration
attribute.ImmutableOutbreakBaseline.withSeverityDeathCutoff
(double value) Copy the current immutable object by setting a value for theseverityDeathCutoff
attribute.ImmutableOutbreakBaseline.withSeverityHospitalisationCutoff
(double value) Copy the current immutable object by setting a value for theseverityHospitalisationCutoff
attribute.ImmutableOutbreakBaseline.withSeveritySymptomsCutoff
(double value) Copy the current immutable object by setting a value for theseveritySymptomsCutoff
attribute.ImmutableOutbreakBaseline.withSymptomDuration
(int value) Copy the current immutable object by setting a value for thesymptomDuration
attribute.ImmutableOutbreakBaseline.withViralLoadTransmissibilityProbabilityFactor
(double value) Copy the current immutable object by setting a value for theviralLoadTransmissibilityProbabilityFactor
attribute. -
Uses of ImmutableOutbreakBaseline in io.github.ai4ci.abm.builders
Methods in io.github.ai4ci.abm.builders that return ImmutableOutbreakBaselineModifier and TypeMethodDescriptionAgeStratifiedModelBuilder.baselineOutbreak
(ImmutableOutbreakBaseline.Builder builder, Outbreak outbreak, Sampler sampler) DefaultModelBuilder.baselineOutbreak
(ImmutableOutbreakBaseline.Builder builder, Outbreak outbreak, Sampler sampler) default ImmutableOutbreakBaseline
DefaultOutbreakBaseliner.baselineOutbreak
(ImmutableOutbreakBaseline.Builder builder, Outbreak outbreak, Sampler sampler) -
Uses of ImmutableOutbreakBaseline in io.github.ai4ci.abm.mechanics
Methods in io.github.ai4ci.abm.mechanics that return ImmutableOutbreakBaselineModifier and TypeMethodDescriptionabstract ImmutableOutbreakBaseline
AbstractModelBuilder.baselineOutbreak
(ImmutableOutbreakBaseline.Builder builder, Outbreak outbreak, Sampler sampler) AbstractModelBuilder.doBaselineOutbreak
(ImmutableOutbreakBaseline.Builder builder, Outbreak o, Sampler sampler)