Uses of Class
io.github.ai4ci.abm.inhost.ImmutableInHostMarkovState
Packages that use ImmutableInHostMarkovState
-
Uses of ImmutableInHostMarkovState in io.github.ai4ci.abm.inhost
Methods in io.github.ai4ci.abm.inhost that return ImmutableInHostMarkovStateModifier and TypeMethodDescriptionImmutableInHostMarkovState.Builder.build()
Builds a newImmutableInHostMarkovState
.static ImmutableInHostMarkovState
ImmutableInHostMarkovState.copyOf
(InHostMarkovState instance) Creates an immutable copy of aInHostMarkovState
value.ImmutableInHostMarkovState.withDiseaseState
(InHostMarkovState.DiseaseState value) Copy the current immutable object by setting a value for thediseaseState
attribute.ImmutableInHostMarkovState.withInfectionCaseRate
(double value) Copy the current immutable object by setting a value for theinfectionCaseRate
attribute.ImmutableInHostMarkovState.withInfectionFatalityRate
(double value) Copy the current immutable object by setting a value for theinfectionFatalityRate
attribute.ImmutableInHostMarkovState.withInfectionHospitalisationRate
(double value) Copy the current immutable object by setting a value for theinfectionHospitalisationRate
attribute.ImmutableInHostMarkovState.withMachine
(InHostMarkovState.InHostMarkovStateMachine value) Copy the current immutable object by setting a value for themachine
attribute.ImmutableInHostMarkovState.withSymptomState
(InHostMarkovState.SymptomState value) Copy the current immutable object by setting a value for thesymptomState
attribute.ImmutableInHostMarkovState.withTime
(int value) Copy the current immutable object by setting a value for thetime
attribute.