Uses of Class
io.github.ai4ci.abm.inhost.ImmutableInHostMarkovState.Builder
Packages that use ImmutableInHostMarkovState.Builder
-
Uses of ImmutableInHostMarkovState.Builder in io.github.ai4ci.abm.inhost
Methods in io.github.ai4ci.abm.inhost that return ImmutableInHostMarkovState.BuilderModifier and TypeMethodDescriptionImmutableInHostMarkovState.builder()
Creates a builder forImmutableInHostMarkovState
.ImmutableInHostMarkovState.Builder.from
(InHostMarkovState instance) Fill a builder with attribute values from the providedInHostMarkovState
instance.ImmutableInHostMarkovState.Builder.setDiseaseState
(InHostMarkovState.DiseaseState diseaseState) Initializes the value for thediseaseState
attribute.ImmutableInHostMarkovState.Builder.setInfectionCaseRate
(double infectionCaseRate) Initializes the value for theinfectionCaseRate
attribute.ImmutableInHostMarkovState.Builder.setInfectionFatalityRate
(double infectionFatalityRate) Initializes the value for theinfectionFatalityRate
attribute.ImmutableInHostMarkovState.Builder.setInfectionHospitalisationRate
(double infectionHospitalisationRate) Initializes the value for theinfectionHospitalisationRate
attribute.ImmutableInHostMarkovState.Builder.setMachine
(InHostMarkovState.InHostMarkovStateMachine machine) Initializes the value for themachine
attribute.ImmutableInHostMarkovState.Builder.setSymptomState
(InHostMarkovState.SymptomState symptomState) Initializes the value for thesymptomState
attribute.ImmutableInHostMarkovState.Builder.setTime
(int time) Initializes the value for thetime
attribute.ImmutableInHostMarkovState.toBuilder()
Creates a builder forImmutableInHostMarkovState
.prefilled with attibute values ofthis
instance to easily create modified copies.