Uses of Interface
io.github.ai4ci.abm.riskmodel.RiskModel
Packages that use RiskModel
-
Uses of RiskModel in io.github.ai4ci.abm
Methods in io.github.ai4ci.abm that return RiskModelMethods in io.github.ai4ci.abm with parameters of type RiskModelModifier and TypeMethodDescriptionImmutablePersonState.Builder.setRiskModel
(RiskModel riskModel) Initializes the value for theriskModel
attribute.final ImmutablePersonState
ImmutablePersonState.withRiskModel
(RiskModel value) Copy the current immutable object by setting a value for theriskModel
attribute. -
Uses of RiskModel in io.github.ai4ci.abm.riskmodel
Classes in io.github.ai4ci.abm.riskmodel that implement RiskModelMethods in io.github.ai4ci.abm.riskmodel that return RiskModelModifier and TypeMethodDescriptionstatic RiskModel
RiskModel.initialise
(Person person) default RiskModel
RiskModel.update()
Update the risk model to the current day, based on the current state of the person.Methods in io.github.ai4ci.abm.riskmodel with parameters of type RiskModelModifier and TypeMethodDescriptionstatic ImmutableRiskModel
Creates an immutable copy of aRiskModel
value.Fill a builder with attribute values from the providedRiskModel
instance.