Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
Generic disease module interface to host multiple diseases model. More...
#include <interfaces.h>
Public Member Functions | |
virtual void | update_population (RuntimeContext &context)=0 |
Updates the virtual population status. More... | |
![]() | |
virtual | ~SimulationModule ()=default |
Destroys a SimulationModule instance. More... | |
virtual SimulationModuleType | type () const noexcept=0 |
Gets the module type identifier. More... | |
virtual const std::string & | name () const noexcept=0 |
Gets the module name. More... | |
virtual void | initialise_population (RuntimeContext &context)=0 |
Initialises the virtual population. More... | |
Generic disease module interface to host multiple diseases model.
|
pure virtual |
Updates the virtual population status.
context | The simulation run-time context |
Implemented in hgps::SESNoiseModule, hgps::RiskFactorModule, hgps::DiseaseModule, and hgps::AnalysisModule.