Uses of Class
io.github.ai4ci.abm.inhost.ImmutableInHostMarkovStateMachine
Packages that use ImmutableInHostMarkovStateMachine
-
Uses of ImmutableInHostMarkovStateMachine in io.github.ai4ci.abm.inhost
Methods in io.github.ai4ci.abm.inhost that return ImmutableInHostMarkovStateMachineModifier and TypeMethodDescriptionImmutableInHostMarkovStateMachine.Builder.build()
Builds a newImmutableInHostMarkovStateMachine
.ImmutableInHostMarkovStateMachine.copyOf
(InHostMarkovState.InHostMarkovStateMachine instance) Creates an immutable copy of aInHostMarkovState.InHostMarkovStateMachine
value.ImmutableInHostMarkovState.getMachine()
ImmutableInHostMarkovStateMachine.withPAsymptomaticSymptomatic
(double value) Copy the current immutable object by setting a value for thepAsymptomaticSymptomatic
attribute.ImmutableInHostMarkovStateMachine.withPExposedInfectious
(double value) Copy the current immutable object by setting a value for thepExposedInfectious
attribute.ImmutableInHostMarkovStateMachine.withPHospitalisedAsymptomatic
(double value) Copy the current immutable object by setting a value for thepHospitalisedAsymptomatic
attribute.ImmutableInHostMarkovStateMachine.withPHospitalisedDead
(double value) Copy the current immutable object by setting a value for thepHospitalisedDead
attribute.ImmutableInHostMarkovStateMachine.withPImmuneSusceptible
(double value) Copy the current immutable object by setting a value for thepImmuneSusceptible
attribute.ImmutableInHostMarkovStateMachine.withPInfectiousImmune
(double value) Copy the current immutable object by setting a value for thepInfectiousImmune
attribute.ImmutableInHostMarkovStateMachine.withPSymptomaticAsymptomatic
(double value) Copy the current immutable object by setting a value for thepSymptomaticAsymptomatic
attribute.ImmutableInHostMarkovStateMachine.withPSymptomaticDead
(double value) Copy the current immutable object by setting a value for thepSymptomaticDead
attribute.ImmutableInHostMarkovStateMachine.withPSymptomaticHospitalised
(double value) Copy the current immutable object by setting a value for thepSymptomaticHospitalised
attribute.