Uses of Class
io.github.ai4ci.abm.inhost.ImmutableInHostPhenomenologicalState.Builder
Packages that use ImmutableInHostPhenomenologicalState.Builder
-
Uses of ImmutableInHostPhenomenologicalState.Builder in io.github.ai4ci.abm.inhost
Methods in io.github.ai4ci.abm.inhost that return ImmutableInHostPhenomenologicalState.BuilderModifier and TypeMethodDescriptionImmutableInHostPhenomenologicalState.Builder.addAllExposures
(Iterable<? extends ExposureModel> elements) Adds elements toexposures
list.ImmutableInHostPhenomenologicalState.Builder.addExposure
(ExposureModel element) Adds one element toexposures
list.ImmutableInHostPhenomenologicalState.Builder.addExposures
(ExposureModel... elements) Adds elements toexposures
list.ImmutableInHostPhenomenologicalState.builder()
Creates a builder forImmutableInHostPhenomenologicalState
.ImmutableInHostPhenomenologicalState.Builder.from
(InHostPhenomenologicalState instance) Fill a builder with attribute values from the providedInHostPhenomenologicalState
instance.ImmutableInHostPhenomenologicalState.Builder.setExposures
(Iterable<? extends ExposureModel> elements) Sets or replaces all elements forexposures
list.ImmutableInHostPhenomenologicalState.Builder.setImmunityModel
(ExposureModel.BiPhasicLogistic immunityModel) Initializes the value for theimmunityModel
attribute.ImmutableInHostPhenomenologicalState.Builder.setInfectiousnessCutoff
(double infectiousnessCutoff) Initializes the value for theinfectiousnessCutoff
attribute.ImmutableInHostPhenomenologicalState.Builder.setTime
(int time) Initializes the value for thetime
attribute.ImmutableInHostPhenomenologicalState.Builder.setViralLoadModel
(ExposureModel.BiPhasicLogistic viralLoadModel) Initializes the value for theviralLoadModel
attribute.ImmutableInHostPhenomenologicalState.toBuilder()
Creates a builder forImmutableInHostPhenomenologicalState
.prefilled with attibute values ofthis
instance to easily create modified copies.