Uses of Class
io.github.ai4ci.abm.inhost.ImmutableInHostStochasticState.Builder
Packages that use ImmutableInHostStochasticState.Builder
-
Uses of ImmutableInHostStochasticState.Builder in io.github.ai4ci.abm.inhost
Methods in io.github.ai4ci.abm.inhost that return ImmutableInHostStochasticState.BuilderModifier and TypeMethodDescriptionImmutableInHostStochasticState.builder()
Creates a builder forImmutableInHostStochasticState
.ImmutableInHostStochasticState.Builder.from
(InHostStochasticState instance) Fill a builder with attribute values from the providedInHostStochasticState
instance.ImmutableInHostStochasticState.Builder.setBaselineViralInfectionRate
(double baselineViralInfectionRate) Initializes the value for thebaselineViralInfectionRate
attribute.ImmutableInHostStochasticState.Builder.setBaselineViralReplicationRate
(double baselineViralReplicationRate) Initializes the value for thebaselineViralReplicationRate
attribute.Initializes the value for theimmune
attribute.ImmutableInHostStochasticState.Builder.setImmuneActivationRate
(double immuneActivationRate) Initializes the value for theimmuneActivationRate
attribute.ImmutableInHostStochasticState.Builder.setImmuneActive
(int immuneActive) Initializes the value for theimmuneActive
attribute.ImmutableInHostStochasticState.Builder.setImmunePriming
(int immunePriming) Initializes the value for theimmunePriming
attribute.ImmutableInHostStochasticState.Builder.setImmuneTargetRatio
(double immuneTargetRatio) Initializes the value for theimmuneTargetRatio
attribute.ImmutableInHostStochasticState.Builder.setImmuneWaningRate
(double immuneWaningRate) Initializes the value for theimmuneWaningRate
attribute.ImmutableInHostStochasticState.Builder.setInfectionCarrierProbability
(double infectionCarrierProbability) Initializes the value for theinfectionCarrierProbability
attribute.ImmutableInHostStochasticState.Builder.setTargetExposed
(int targetExposed) Initializes the value for thetargetExposed
attribute.ImmutableInHostStochasticState.Builder.setTargetInfected
(int targetInfected) Initializes the value for thetargetInfected
attribute.ImmutableInHostStochasticState.Builder.setTargetRecoveryRate
(double targetRecoveryRate) Initializes the value for thetargetRecoveryRate
attribute.ImmutableInHostStochasticState.Builder.setTargets
(int targets) Initializes the value for thetargets
attribute.ImmutableInHostStochasticState.Builder.setTargetSusceptible
(int targetSusceptible) Initializes the value for thetargetSusceptible
attribute.ImmutableInHostStochasticState.Builder.setTime
(int time) Initializes the value for thetime
attribute.ImmutableInHostStochasticState.Builder.setVirions
(int virions) Initializes the value for thevirions
attribute.ImmutableInHostStochasticState.Builder.setVirionsDiseaseCutoff
(int virionsDiseaseCutoff) Initializes the value for thevirionsDiseaseCutoff
attribute.ImmutableInHostStochasticState.Builder.setVirionsProduced
(int virionsProduced) Initializes the value for thevirionsProduced
attribute.ImmutableInHostStochasticState.toBuilder()
Creates a builder forImmutableInHostStochasticState
.prefilled with attibute values ofthis
instance to easily create modified copies.