Uses of Class
io.github.ai4ci.abm.inhost.ImmutableExposureModel.Builder
Packages that use ImmutableExposureModel.Builder
-
Uses of ImmutableExposureModel.Builder in io.github.ai4ci.abm.inhost
Methods in io.github.ai4ci.abm.inhost that return ImmutableExposureModel.BuilderModifier and TypeMethodDescriptionImmutableExposureModel.builder()
Creates a builder forImmutableExposureModel
.ImmutableExposureModel.Builder.from
(ExposureModel instance) Fill a builder with attribute values from the providedExposureModel
instance.ImmutableExposureModel.Builder.setDecayOffset
(double decayOffset) Initializes the value for thedecayOffset
attribute.ImmutableExposureModel.Builder.setExposureTime
(int exposureTime) Initializes the value for theexposureTime
attribute.ImmutableExposureModel.Builder.setGrowthOffset
(double growthOffset) Initializes the value for thegrowthOffset
attribute.ImmutableExposureModel.Builder.setImmuneActivityAtExposure
(double immuneActivityAtExposure) Initializes the value for theimmuneActivityAtExposure
attribute.ImmutableExposureModel.Builder.setNormalisedExposure
(double normalisedExposure) Initializes the value for thenormalisedExposure
attribute.ImmutableExposureModel.toBuilder()
Creates a builder forImmutableExposureModel
.prefilled with attibute values ofthis
instance to easily create modified copies.