Uses of Interface
io.github.ai4ci.abm.PersonTemporalState
Packages that use PersonTemporalState
-
Uses of PersonTemporalState in io.github.ai4ci.abm
Subinterfaces of PersonTemporalState in io.github.ai4ci.abmModifier and TypeInterfaceDescriptioninterface
Historical patient data relevant to the ongoing simulation.interface
The person's current state is updated in each round of the simulation.Classes in io.github.ai4ci.abm that implement PersonTemporalStateModifier and TypeClassDescriptionfinal class
Immutable implementation ofPersonHistory
.final class
Immutable implementation ofPersonState
.Methods in io.github.ai4ci.abm with parameters of type PersonTemporalStateModifier and TypeMethodDescriptionImmutablePersonHistory.Builder.from
(PersonTemporalState instance) Fill a builder with attribute values from the providedio.github.ai4ci.abm.PersonTemporalState
instance.ImmutablePersonState.Builder.from
(PersonTemporalState instance) Fill a builder with attribute values from the providedio.github.ai4ci.abm.PersonTemporalState
instance.default PersonHistory
Exposure.getExposer
(PersonTemporalState one) default PersonState
Contact.getParticipantState
(PersonTemporalState one) static Optional<TestResult>
TestResult.resultFrom
(PersonTemporalState testee, TestResult.Type type) -
Uses of PersonTemporalState in io.github.ai4ci.util
Methods in io.github.ai4ci.util with parameters of type PersonTemporalStateModifier and TypeMethodDescriptionstatic PersonBaseline
ModelNav.baseline
(PersonTemporalState person) static OutbreakBaseline
ModelNav.modelBase
(PersonTemporalState person) static ExecutionConfiguration
ModelNav.modelParam
(PersonTemporalState person) static SetupConfiguration
ModelNav.modelSetup
(PersonTemporalState outbreak) static OutbreakState
ModelNav.modelState
(PersonTemporalState person) static OutbreakState
ModelNav.outbreakState
(PersonTemporalState hist)