{{javascript}}DoseResponseModelInfectionStatus
DoseResponseModelInfectionStatus is the abstract base class for all infection statuses a Pedestrian can adopt.

It describes whether a Pedestrian is infected or not by a probability of infection. The probability of infection ranges in [0, 1]. It is calculated based on the degree of exposure (ExposureModelHealthStatus), by the underlying AbstractDoseResponseModel.