InfectionProcess#

InfectionProcess(model, verbose=False, params=None)[source]#

Combined infection process that orchestrates transmission and disease progression.

This component provides a unified interface for both disease transmission (handled by TransmissionProcess) and disease progression through states (handled by DiseaseProcess), similar to the biweekly model’s InfectionProcess but for agent-based modeling.