Uses of Class
io.github.ai4ci.abm.inhost.ImmutableBiPhasicLogistic.Builder
Packages that use ImmutableBiPhasicLogistic.Builder
-
Uses of ImmutableBiPhasicLogistic.Builder in io.github.ai4ci.abm.inhost
Methods in io.github.ai4ci.abm.inhost that return ImmutableBiPhasicLogistic.BuilderModifier and TypeMethodDescriptionImmutableBiPhasicLogistic.builder()
Creates a builder forImmutableBiPhasicLogistic
.ImmutableBiPhasicLogistic.Builder.from
(ExposureModel.BiPhasicLogistic instance) Fill a builder with attribute values from the providedBiPhasicLogistic
instance.ImmutableBiPhasicLogistic.Builder.setDecayRate
(double decayRate) Initializes the value for thedecayRate
attribute.ImmutableBiPhasicLogistic.Builder.setDecayTime
(double decayTime) Initializes the value for thedecayTime
attribute.ImmutableBiPhasicLogistic.Builder.setGrowthRate
(double growthRate) Initializes the value for thegrowthRate
attribute.ImmutableBiPhasicLogistic.Builder.setGrowthTime
(double growthTime) Initializes the value for thegrowthTime
attribute.ImmutableBiPhasicLogistic.toBuilder()
Creates a builder forImmutableBiPhasicLogistic
.prefilled with attibute values ofthis
instance to easily create modified copies.