Uses of Enum
io.github.ai4ci.abm.inhost.InHostMarkovState.SymptomState
Packages that use InHostMarkovState.SymptomState
-
Uses of InHostMarkovState.SymptomState in io.github.ai4ci.abm.inhost
Methods in io.github.ai4ci.abm.inhost that return InHostMarkovState.SymptomStateModifier and TypeMethodDescriptionImmutableInHostMarkovState.getSymptomState()
InHostMarkovState.getSymptomState()
default InHostMarkovState.SymptomState
InHostMarkovState.InHostMarkovStateMachine.updateSymptomState
(InHostMarkovState.SymptomState current, InHostMarkovState.DiseaseState dx, Sampler rng) Returns the enum constant of this type with the specified name.static InHostMarkovState.SymptomState[]
InHostMarkovState.SymptomState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.ai4ci.abm.inhost with parameters of type InHostMarkovState.SymptomStateModifier and TypeMethodDescriptionImmutableInHostMarkovState.Builder.setSymptomState
(InHostMarkovState.SymptomState symptomState) Initializes the value for thesymptomState
attribute.default InHostMarkovState.SymptomState
InHostMarkovState.InHostMarkovStateMachine.updateSymptomState
(InHostMarkovState.SymptomState current, InHostMarkovState.DiseaseState dx, Sampler rng) ImmutableInHostMarkovState.withSymptomState
(InHostMarkovState.SymptomState value) Copy the current immutable object by setting a value for thesymptomState
attribute.