Uses of Class
io.github.ai4ci.abm.inhost.ImmutableInHostStochasticState
Packages that use ImmutableInHostStochasticState
-
Uses of ImmutableInHostStochasticState in io.github.ai4ci.abm.inhost
Methods in io.github.ai4ci.abm.inhost that return ImmutableInHostStochasticStateModifier and TypeMethodDescriptionImmutableInHostStochasticState.Builder.build()
Builds a newImmutableInHostStochasticState
.ImmutableInHostStochasticState.copyOf
(InHostStochasticState instance) Creates an immutable copy of aInHostStochasticState
value.ImmutableInHostStochasticState.withBaselineViralInfectionRate
(double value) Copy the current immutable object by setting a value for thebaselineViralInfectionRate
attribute.ImmutableInHostStochasticState.withBaselineViralReplicationRate
(double value) Copy the current immutable object by setting a value for thebaselineViralReplicationRate
attribute.ImmutableInHostStochasticState.withImmune
(Integer value) Copy the current immutable object by setting a value for theimmune
attribute.ImmutableInHostStochasticState.withImmuneActivationRate
(double value) Copy the current immutable object by setting a value for theimmuneActivationRate
attribute.ImmutableInHostStochasticState.withImmuneActive
(int value) Copy the current immutable object by setting a value for theimmuneActive
attribute.ImmutableInHostStochasticState.withImmunePriming
(int value) Copy the current immutable object by setting a value for theimmunePriming
attribute.ImmutableInHostStochasticState.withImmuneTargetRatio
(double value) Copy the current immutable object by setting a value for theimmuneTargetRatio
attribute.ImmutableInHostStochasticState.withImmuneWaningRate
(double value) Copy the current immutable object by setting a value for theimmuneWaningRate
attribute.ImmutableInHostStochasticState.withInfectionCarrierProbability
(double value) Copy the current immutable object by setting a value for theinfectionCarrierProbability
attribute.ImmutableInHostStochasticState.withTargetExposed
(int value) Copy the current immutable object by setting a value for thetargetExposed
attribute.ImmutableInHostStochasticState.withTargetInfected
(int value) Copy the current immutable object by setting a value for thetargetInfected
attribute.ImmutableInHostStochasticState.withTargetRecoveryRate
(double value) Copy the current immutable object by setting a value for thetargetRecoveryRate
attribute.ImmutableInHostStochasticState.withTargets
(int value) Copy the current immutable object by setting a value for thetargets
attribute.ImmutableInHostStochasticState.withTargetSusceptible
(int value) Copy the current immutable object by setting a value for thetargetSusceptible
attribute.ImmutableInHostStochasticState.withTime
(int value) Copy the current immutable object by setting a value for thetime
attribute.ImmutableInHostStochasticState.withVirions
(int value) Copy the current immutable object by setting a value for thevirions
attribute.ImmutableInHostStochasticState.withVirionsDiseaseCutoff
(int value) Copy the current immutable object by setting a value for thevirionsDiseaseCutoff
attribute.ImmutableInHostStochasticState.withVirionsProduced
(int value) Copy the current immutable object by setting a value for thevirionsProduced
attribute.