Uses of Class
io.github.ai4ci.config.inhost.ImmutableStochasticModel.Builder
Packages that use ImmutableStochasticModel.Builder
-
Uses of ImmutableStochasticModel.Builder in io.github.ai4ci.config.inhost
Methods in io.github.ai4ci.config.inhost that return ImmutableStochasticModel.BuilderModifier and TypeMethodDescriptionImmutableStochasticModel.builder()
Creates a builder forImmutableStochasticModel
.ImmutableStochasticModel.Builder.from
(StochasticModel instance) Fill a builder with attribute values from the providedStochasticModel
instance.ImmutableStochasticModel.Builder.setBaselineViralInfectionRate
(Double baselineViralInfectionRate) Initializes the value for thebaselineViralInfectionRate
attribute.ImmutableStochasticModel.Builder.setBaselineViralReplicationRate
(Double baselineViralReplicationRate) Initializes the value for thebaselineViralReplicationRate
attribute.ImmutableStochasticModel.Builder.setImmuneActivationRate
(Abstraction.Distribution immuneActivationRate) Initializes the value for theimmuneActivationRate
attribute.ImmutableStochasticModel.Builder.setImmuneTargetRatio
(Abstraction.Distribution immuneTargetRatio) Initializes the value for theimmuneTargetRatio
attribute.ImmutableStochasticModel.Builder.setImmuneWaningRate
(Abstraction.Distribution immuneWaningRate) Initializes the value for theimmuneWaningRate
attribute.ImmutableStochasticModel.Builder.setInfectionCarrierProbability
(Abstraction.Distribution infectionCarrierProbability) Initializes the value for theinfectionCarrierProbability
attribute.ImmutableStochasticModel.Builder.setTargetCellCount
(Integer targetCellCount) Initializes the value for thetargetCellCount
attribute.ImmutableStochasticModel.Builder.setTargetRecoveryRate
(Abstraction.Distribution targetRecoveryRate) Initializes the value for thetargetRecoveryRate
attribute.ImmutableStochasticModel.Builder.setVirionsDiseaseCutoff
(Integer virionsDiseaseCutoff) Initializes the value for thevirionsDiseaseCutoff
attribute.ImmutableStochasticModel.toBuilder()
Creates a builder forImmutableStochasticModel
.prefilled with attibute values ofthis
instance to easily create modified copies.