Uses of Class
io.github.ai4ci.abm.inhost.ImmutableInHostMarkovStateMachine.Builder
Packages that use ImmutableInHostMarkovStateMachine.Builder
-
Uses of ImmutableInHostMarkovStateMachine.Builder in io.github.ai4ci.abm.inhost
Methods in io.github.ai4ci.abm.inhost that return ImmutableInHostMarkovStateMachine.BuilderModifier and TypeMethodDescriptionImmutableInHostMarkovStateMachine.builder()
Creates a builder forImmutableInHostMarkovStateMachine
.ImmutableInHostMarkovStateMachine.Builder.from
(InHostMarkovState.InHostMarkovStateMachine instance) Fill a builder with attribute values from the providedInHostMarkovStateMachine
instance.ImmutableInHostMarkovStateMachine.Builder.setPAsymptomaticSymptomatic
(double pAsymptomaticSymptomatic) Initializes the value for thepAsymptomaticSymptomatic
attribute.ImmutableInHostMarkovStateMachine.Builder.setPExposedInfectious
(double pExposedInfectious) Initializes the value for thepExposedInfectious
attribute.ImmutableInHostMarkovStateMachine.Builder.setPHospitalisedAsymptomatic
(double pHospitalisedAsymptomatic) Initializes the value for thepHospitalisedAsymptomatic
attribute.ImmutableInHostMarkovStateMachine.Builder.setPHospitalisedDead
(double pHospitalisedDead) Initializes the value for thepHospitalisedDead
attribute.ImmutableInHostMarkovStateMachine.Builder.setPImmuneSusceptible
(double pImmuneSusceptible) Initializes the value for thepImmuneSusceptible
attribute.ImmutableInHostMarkovStateMachine.Builder.setPInfectiousImmune
(double pInfectiousImmune) Initializes the value for thepInfectiousImmune
attribute.ImmutableInHostMarkovStateMachine.Builder.setPSymptomaticAsymptomatic
(double pSymptomaticAsymptomatic) Initializes the value for thepSymptomaticAsymptomatic
attribute.ImmutableInHostMarkovStateMachine.Builder.setPSymptomaticDead
(double pSymptomaticDead) Initializes the value for thepSymptomaticDead
attribute.ImmutableInHostMarkovStateMachine.Builder.setPSymptomaticHospitalised
(double pSymptomaticHospitalised) Initializes the value for thepSymptomaticHospitalised
attribute.ImmutableInHostMarkovStateMachine.toBuilder()
Creates a builder forImmutableInHostMarkovStateMachine
.prefilled with attibute values ofthis
instance to easily create modified copies.