Uses of Class
io.github.ai4ci.abm.inhost.ImmutableInHostPhenomenologicalState
Packages that use ImmutableInHostPhenomenologicalState
-
Uses of ImmutableInHostPhenomenologicalState in io.github.ai4ci.abm.inhost
Methods in io.github.ai4ci.abm.inhost that return ImmutableInHostPhenomenologicalStateModifier and TypeMethodDescriptionImmutableInHostPhenomenologicalState.Builder.build()
Builds a newImmutableInHostPhenomenologicalState
.ImmutableInHostPhenomenologicalState.copyOf
(InHostPhenomenologicalState instance) Creates an immutable copy of aInHostPhenomenologicalState
value.ImmutableInHostPhenomenologicalState.withExposures
(ExposureModel... elements) Copy the current immutable object with elements that replace the content ofexposures
.ImmutableInHostPhenomenologicalState.withExposures
(Iterable<? extends ExposureModel> elements) Copy the current immutable object with elements that replace the content ofexposures
.ImmutableInHostPhenomenologicalState.withImmunityModel
(ExposureModel.BiPhasicLogistic value) Copy the current immutable object by setting a value for theimmunityModel
attribute.ImmutableInHostPhenomenologicalState.withInfectiousnessCutoff
(double value) Copy the current immutable object by setting a value for theinfectiousnessCutoff
attribute.ImmutableInHostPhenomenologicalState.withTime
(int value) Copy the current immutable object by setting a value for thetime
attribute.ImmutableInHostPhenomenologicalState.withViralLoadModel
(ExposureModel.BiPhasicLogistic value) Copy the current immutable object by setting a value for theviralLoadModel
attribute.