Uses of Interface
io.github.ai4ci.config.inhost.MarkovStateModel
Packages that use MarkovStateModel
-
Uses of MarkovStateModel in io.github.ai4ci.abm.builders
Methods in io.github.ai4ci.abm.builders with parameters of type MarkovStateModelModifier and TypeMethodDescriptiondefault InHostMarkovState
DefaultInHostMarkovStateInitialiser.initialiseInHostModel
(MarkovStateModel configuration, ExecutionConfiguration execConfig, Optional<PersonDemographic> person, Sampler rng, int time) -
Uses of MarkovStateModel in io.github.ai4ci.config.inhost
Subinterfaces of MarkovStateModel in io.github.ai4ci.config.inhostClasses in io.github.ai4ci.config.inhost that implement MarkovStateModelModifier and TypeClassDescriptionfinal class
Immutable implementation ofMarkovStateModel
.final class
Immutable implementation ofMarkovStateModel._PartialMarkovStateModel
.Methods in io.github.ai4ci.config.inhost with parameters of type MarkovStateModelModifier and TypeMethodDescriptionstatic ImmutableMarkovStateModel
ImmutableMarkovStateModel.copyOf
(MarkovStateModel instance) Creates an immutable copy of aMarkovStateModel
value.ImmutableMarkovStateModel.Builder.from
(MarkovStateModel instance) Fill a builder with attribute values from the providedMarkovStateModel
instance.PartialMarkovStateModel.Builder.from
(MarkovStateModel instance) Fill a builder with attribute values from the providedio.github.ai4ci.config.inhost.MarkovStateModel
instance.