Uses of Enum
io.github.ai4ci.abm.inhost.InHostMarkovState.DiseaseState
Packages that use InHostMarkovState.DiseaseState
-
Uses of InHostMarkovState.DiseaseState in io.github.ai4ci.abm.inhost
Methods in io.github.ai4ci.abm.inhost that return InHostMarkovState.DiseaseStateModifier and TypeMethodDescriptionImmutableInHostMarkovState.getDiseaseState()
InHostMarkovState.getDiseaseState()
default InHostMarkovState.DiseaseState
InHostMarkovState.InHostMarkovStateMachine.updateDiseaseState
(InHostMarkovState.DiseaseState current, Sampler rng) Returns the enum constant of this type with the specified name.static InHostMarkovState.DiseaseState[]
InHostMarkovState.DiseaseState.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.DiseaseStateModifier and TypeMethodDescriptionImmutableInHostMarkovState.Builder.setDiseaseState
(InHostMarkovState.DiseaseState diseaseState) Initializes the value for thediseaseState
attribute.default InHostMarkovState.DiseaseState
InHostMarkovState.InHostMarkovStateMachine.updateDiseaseState
(InHostMarkovState.DiseaseState current, Sampler rng) default InHostMarkovState.SymptomState
InHostMarkovState.InHostMarkovStateMachine.updateSymptomState
(InHostMarkovState.SymptomState current, InHostMarkovState.DiseaseState dx, Sampler rng) ImmutableInHostMarkovState.withDiseaseState
(InHostMarkovState.DiseaseState value) Copy the current immutable object by setting a value for thediseaseState
attribute.