Uses of Interface
io.github.ai4ci.abm.inhost.ExposureModel
Packages that use ExposureModel
-
Uses of ExposureModel in io.github.ai4ci.abm.inhost
Classes in io.github.ai4ci.abm.inhost that implement ExposureModelMethods in io.github.ai4ci.abm.inhost that return ExposureModelModifier and TypeMethodDescriptionstatic ExposureModel
ExposureModel.createExposure
(double exposure, double immuneActivity, ExposureModel.BiPhasicLogistic viralLoad, int time) Methods in io.github.ai4ci.abm.inhost that return types with arguments of type ExposureModelModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<ExposureModel>
ImmutableInHostPhenomenologicalState.getExposures()
InHostPhenomenologicalState.getExposures()
Methods in io.github.ai4ci.abm.inhost with parameters of type ExposureModelModifier and TypeMethodDescriptionImmutableInHostPhenomenologicalState.Builder.addExposure
(ExposureModel element) Adds one element toexposures
list.ImmutableInHostPhenomenologicalState.Builder.addExposures
(ExposureModel... elements) Adds elements toexposures
list.static ImmutableExposureModel
ImmutableExposureModel.copyOf
(ExposureModel instance) Creates an immutable copy of aExposureModel
value.ImmutableExposureModel.Builder.from
(ExposureModel instance) Fill a builder with attribute values from the providedExposureModel
instance.ImmutableInHostPhenomenologicalState.withExposures
(ExposureModel... elements) Copy the current immutable object with elements that replace the content ofexposures
.Method parameters in io.github.ai4ci.abm.inhost with type arguments of type ExposureModelModifier and TypeMethodDescriptionImmutableInHostPhenomenologicalState.Builder.addAllExposures
(Iterable<? extends ExposureModel> elements) Adds elements toexposures
list.ImmutableInHostPhenomenologicalState.Builder.setExposures
(Iterable<? extends ExposureModel> elements) Sets or replaces all elements forexposures
list.ImmutableInHostPhenomenologicalState.withExposures
(Iterable<? extends ExposureModel> elements) Copy the current immutable object with elements that replace the content ofexposures
.