Uses of Interface
io.github.ai4ci.abm.inhost.ExposureModel.BiPhasicLogistic
Packages that use ExposureModel.BiPhasicLogistic
-
Uses of ExposureModel.BiPhasicLogistic in io.github.ai4ci.abm.inhost
Classes in io.github.ai4ci.abm.inhost that implement ExposureModel.BiPhasicLogisticModifier and TypeClassDescriptionfinal class
Immutable implementation ofExposureModel.BiPhasicLogistic
.Methods in io.github.ai4ci.abm.inhost that return ExposureModel.BiPhasicLogisticModifier and TypeMethodDescriptionExposureModel.BiPhasicLogistic.calibrateImmuneActivity
(double peakTime, double peakLevel, double halfLife) ExposureModel.BiPhasicLogistic.calibrateViralLoad
(double onsetTime, double peakDelay, double postPeakDuration, double thresholdLevel, double peakLevel) InHostPhenomenologicalState.getImmunityModel()
InHostPhenomenologicalState.getViralLoadModel()
Methods in io.github.ai4ci.abm.inhost with parameters of type ExposureModel.BiPhasicLogisticModifier and TypeMethodDescriptionstatic ImmutableBiPhasicLogistic
ImmutableBiPhasicLogistic.copyOf
(ExposureModel.BiPhasicLogistic instance) Creates an immutable copy of aExposureModel.BiPhasicLogistic
value.static ExposureModel
ExposureModel.createExposure
(double exposure, double immuneActivity, ExposureModel.BiPhasicLogistic viralLoad, int time) ImmutableBiPhasicLogistic.Builder.from
(ExposureModel.BiPhasicLogistic instance) Fill a builder with attribute values from the providedBiPhasicLogistic
instance.default double
ExposureModel.getExposureImmuneActivity
(int time, ExposureModel.BiPhasicLogistic model) default double
ExposureModel.getExposureViralLoad
(int time, ExposureModel.BiPhasicLogistic model) default boolean
ExposureModel.isIrrelevant
(int time, ExposureModel.BiPhasicLogistic model) ImmutableInHostPhenomenologicalState.Builder.setImmunityModel
(ExposureModel.BiPhasicLogistic immunityModel) Initializes the value for theimmunityModel
attribute.ImmutableInHostPhenomenologicalState.Builder.setViralLoadModel
(ExposureModel.BiPhasicLogistic viralLoadModel) Initializes the value for theviralLoadModel
attribute.ImmutableInHostPhenomenologicalState.withImmunityModel
(ExposureModel.BiPhasicLogistic value) Copy the current immutable object by setting a value for theimmunityModel
attribute.ImmutableInHostPhenomenologicalState.withViralLoadModel
(ExposureModel.BiPhasicLogistic value) Copy the current immutable object by setting a value for theviralLoadModel
attribute.