Uses of Class
io.github.ai4ci.abm.ImmutablePersonBaseline
Packages that use ImmutablePersonBaseline
-
Uses of ImmutablePersonBaseline in io.github.ai4ci.abm
Methods in io.github.ai4ci.abm that return ImmutablePersonBaselineModifier and TypeMethodDescriptionImmutablePersonBaseline.Builder.build()
Builds a newImmutablePersonBaseline
.static ImmutablePersonBaseline
ImmutablePersonBaseline.copyOf
(PersonBaseline instance) Creates an immutable copy of aPersonBaseline
value.final ImmutablePersonBaseline
ImmutablePersonBaseline.withAppUseProbability
(Double value) Copy the current immutable object by setting a value for theappUseProbability
attribute.final ImmutablePersonBaseline
ImmutablePersonBaseline.withComplianceBaseline
(Double value) Copy the current immutable object by setting a value for thecomplianceBaseline
attribute.final ImmutablePersonBaseline
ImmutablePersonBaseline.withDefaultBehaviourState
(StateMachine.BehaviourState value) Copy the current immutable object by setting a value for thedefaultBehaviourState
attribute.final ImmutablePersonBaseline
ImmutablePersonBaseline.withMobilityBaseline
(Double value) Copy the current immutable object by setting a value for themobilityBaseline
attribute.final ImmutablePersonBaseline
ImmutablePersonBaseline.withSelfIsolationDepth
(Double value) Copy the current immutable object by setting a value for theselfIsolationDepth
attribute.final ImmutablePersonBaseline
ImmutablePersonBaseline.withSymptomSensitivity
(Double value) Copy the current immutable object by setting a value for thesymptomSensitivity
attribute.final ImmutablePersonBaseline
ImmutablePersonBaseline.withSymptomSpecificity
(Double value) Copy the current immutable object by setting a value for thesymptomSpecificity
attribute.final ImmutablePersonBaseline
ImmutablePersonBaseline.withTransmissibilityModifier
(Double value) Copy the current immutable object by setting a value for thetransmissibilityModifier
attribute. -
Uses of ImmutablePersonBaseline in io.github.ai4ci.abm.builders
Methods in io.github.ai4ci.abm.builders that return ImmutablePersonBaselineModifier and TypeMethodDescriptionAgeStratifiedModelBuilder.baselinePerson
(ImmutablePersonBaseline.Builder builder, Person person, Sampler rng) DefaultModelBuilder.baselinePerson
(ImmutablePersonBaseline.Builder builder, Person person, Sampler rng) default ImmutablePersonBaseline
DefaultPersonBaseliner.baselinePerson
(ImmutablePersonBaseline.Builder builder, Person person, Sampler rng) -
Uses of ImmutablePersonBaseline in io.github.ai4ci.abm.mechanics
Methods in io.github.ai4ci.abm.mechanics that return ImmutablePersonBaselineModifier and TypeMethodDescriptionabstract ImmutablePersonBaseline
AbstractModelBuilder.baselinePerson
(ImmutablePersonBaseline.Builder builder, Person person, Sampler rng) AbstractModelBuilder.doBaselinePerson
(ImmutablePersonBaseline.Builder builder, Person p, Sampler sampler)