Uses of Interface
io.github.ai4ci.abm.inhost.InHostStochasticState
Packages that use InHostStochasticState
-
Uses of InHostStochasticState in io.github.ai4ci.abm.builders
Methods in io.github.ai4ci.abm.builders that return InHostStochasticStateModifier and TypeMethodDescriptiondefault InHostStochasticState
DefaultInHostStochasticStateInitialiser.initialiseInHostModel
(StochasticModel configuration, ExecutionConfiguration execConfig, Optional<PersonDemographic> person, Sampler rng, int time) -
Uses of InHostStochasticState in io.github.ai4ci.abm.inhost
Classes in io.github.ai4ci.abm.inhost that implement InHostStochasticStateMethods in io.github.ai4ci.abm.inhost that return InHostStochasticStateModifier and TypeMethodDescriptiondefault InHostStochasticState
Update the viral load for a person.Methods in io.github.ai4ci.abm.inhost with parameters of type InHostStochasticStateModifier and TypeMethodDescriptionImmutableInHostStochasticState.copyOf
(InHostStochasticState instance) Creates an immutable copy of aInHostStochasticState
value.ImmutableInHostStochasticState.Builder.from
(InHostStochasticState instance) Fill a builder with attribute values from the providedInHostStochasticState
instance.