Uses of Interface
io.github.ai4ci.abm.Exposure
Packages that use Exposure
-
Uses of Exposure in io.github.ai4ci.abm
Classes in io.github.ai4ci.abm that implement ExposureMethods in io.github.ai4ci.abm that return ExposureModifier and TypeMethodDescriptionExposure[]
ImmutablePersonHistory.getTodaysExposures()
A list of exposures made in this time period.Exposure[]
PersonHistory.getTodaysExposures()
A list of exposures made in this time period.Methods in io.github.ai4ci.abm that return types with arguments of type ExposureModifier and TypeMethodDescriptionContact.asExposure
(Contact contact, PersonState ph, PersonState infector) PersonState.getExposureHistory()
Reassemble the exposures from the PersonHistory exposure graph within the infectious period.ImmutablePersonHistory.getInfectiousContact()
For a new infection this finds the contact with maximal viral exposure on the first day before the subject is infectious when the subject was exposed by an "infector".PersonHistory.getInfectiousContact()
Deprecated.Methods in io.github.ai4ci.abm with parameters of type ExposureModifier and TypeMethodDescriptionstatic ImmutableExposure
Creates an immutable copy of aExposure
value.Fill a builder with attribute values from the providedExposure
instance.ImmutablePersonHistory.Builder.setTodaysExposures
(Exposure... todaysExposures) Initializes the value for thetodaysExposures
attribute.final ImmutablePersonHistory
ImmutablePersonHistory.withTodaysExposures
(Exposure... elements) Copy the current immutable object with elements that replace the content oftodaysExposures
. -
Uses of Exposure in io.github.ai4ci.abm.mechanics
Methods in io.github.ai4ci.abm.mechanics that return types with arguments of type Exposure