Uses of Class
io.github.ai4ci.abm.inhost.ImmutableBiPhasicLogistic
Packages that use ImmutableBiPhasicLogistic
-
Uses of ImmutableBiPhasicLogistic in io.github.ai4ci.abm.inhost
Methods in io.github.ai4ci.abm.inhost that return ImmutableBiPhasicLogisticModifier and TypeMethodDescriptionImmutableBiPhasicLogistic.Builder.build()
Builds a newImmutableBiPhasicLogistic
.static ImmutableBiPhasicLogistic
ImmutableBiPhasicLogistic.copyOf
(ExposureModel.BiPhasicLogistic instance) Creates an immutable copy of aExposureModel.BiPhasicLogistic
value.ImmutableInHostPhenomenologicalState.getImmunityModel()
ImmutableInHostPhenomenologicalState.getViralLoadModel()
ImmutableBiPhasicLogistic.withDecayRate
(double value) Copy the current immutable object by setting a value for thedecayRate
attribute.ImmutableBiPhasicLogistic.withDecayTime
(double value) Copy the current immutable object by setting a value for thedecayTime
attribute.ImmutableBiPhasicLogistic.withGrowthRate
(double value) Copy the current immutable object by setting a value for thegrowthRate
attribute.ImmutableBiPhasicLogistic.withGrowthTime
(double value) Copy the current immutable object by setting a value for thegrowthTime
attribute.