Uses of Class
io.github.ai4ci.config.inhost.ImmutablePhenomenologicalModel.Builder
Packages that use ImmutablePhenomenologicalModel.Builder
-
Uses of ImmutablePhenomenologicalModel.Builder in io.github.ai4ci.config.inhost
Methods in io.github.ai4ci.config.inhost that return ImmutablePhenomenologicalModel.BuilderModifier and TypeMethodDescriptionImmutablePhenomenologicalModel.builder()
Creates a builder forImmutablePhenomenologicalModel
.ImmutablePhenomenologicalModel.Builder.from
(PhenomenologicalModel instance) Fill a builder with attribute values from the providedPhenomenologicalModel
instance.ImmutablePhenomenologicalModel.Builder.setApproxPeakImmuneResponse
(Abstraction.Distribution approxPeakImmuneResponse) Initializes the value for theapproxPeakImmuneResponse
attribute.ImmutablePhenomenologicalModel.Builder.setApproxPeakViralLoad
(Abstraction.Distribution approxPeakViralLoad) Initializes the value for theapproxPeakViralLoad
attribute.ImmutablePhenomenologicalModel.Builder.setImmuneWaningHalfLife
(Abstraction.Distribution immuneWaningHalfLife) Initializes the value for theimmuneWaningHalfLife
attribute.ImmutablePhenomenologicalModel.Builder.setIncubationPeriod
(Abstraction.Distribution incubationPeriod) Initializes the value for theincubationPeriod
attribute.ImmutablePhenomenologicalModel.Builder.setIncubationToPeakViralLoadDelay
(Abstraction.Distribution incubationToPeakViralLoadDelay) Initializes the value for theincubationToPeakViralLoadDelay
attribute.ImmutablePhenomenologicalModel.Builder.setInfectiousnessCutoff
(Double infectiousnessCutoff) Initializes the value for theinfectiousnessCutoff
attribute.ImmutablePhenomenologicalModel.Builder.setPeakImmuneResponseDelay
(Abstraction.Distribution peakImmuneResponseDelay) Initializes the value for thepeakImmuneResponseDelay
attribute.ImmutablePhenomenologicalModel.Builder.setPeakToRecoveryDelay
(Abstraction.Distribution peakToRecoveryDelay) Initializes the value for thepeakToRecoveryDelay
attribute.ImmutablePhenomenologicalModel.toBuilder()
Creates a builder forImmutablePhenomenologicalModel
.prefilled with attibute values ofthis
instance to easily create modified copies.