Uses of Class
io.github.ai4ci.config.inhost.ImmutableMarkovStateModel
Packages that use ImmutableMarkovStateModel
-
Uses of ImmutableMarkovStateModel in io.github.ai4ci.config.inhost
Fields in io.github.ai4ci.config.inhost declared as ImmutableMarkovStateModelMethods in io.github.ai4ci.config.inhost that return ImmutableMarkovStateModelModifier and TypeMethodDescriptionImmutableMarkovStateModel.Builder.build()
Builds a newImmutableMarkovStateModel
.static ImmutableMarkovStateModel
ImmutableMarkovStateModel.copyOf
(MarkovStateModel instance) Creates an immutable copy of aMarkovStateModel
value.ImmutableMarkovStateModel.withImmuneWaningHalfLife
(Abstraction.Distribution value) Copy the current immutable object by setting a value for theimmuneWaningHalfLife
attribute.ImmutableMarkovStateModel.withIncubationPeriod
(Abstraction.Distribution value) Copy the current immutable object by setting a value for theincubationPeriod
attribute.ImmutableMarkovStateModel.withInfectiousDuration
(Abstraction.Distribution value) Copy the current immutable object by setting a value for theinfectiousDuration
attribute.ImmutableMarkovStateModel.withSymptomDuration
(Abstraction.Distribution value) Copy the current immutable object by setting a value for thesymptomDuration
attribute.