Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
Health-GPS dynamic intervention policy scenario interface. More...
#include <intervention_scenario.h>
Public Member Functions | |
virtual const PolicyDynamic & | dynamic () const noexcept=0 |
Gets the System Dynamic model parameters. More... | |
![]() | |
virtual const PolicyInterval & | active_period () const noexcept=0 |
Gets the intervention active period. More... | |
virtual const std::vector< PolicyImpact > & | impacts () const noexcept=0 |
Gets the intervention impacts by risk factor and age range. More... | |
ScenarioType | type () const noexcept override |
Gets the scenario type identifier. More... | |
const std::string & | name () const noexcept override |
Gets the scenario type name. More... | |
![]() | |
virtual | ~Scenario ()=default |
Destroys a Scenario instance. More... | |
virtual SyncChannel & | channel ()=0 |
Gets the Scenario communication channel. More... | |
virtual void | clear () noexcept=0 |
Clear the scenario log book data. More... | |
virtual double | apply (Random &generator, Person &entity, int time, const core::Identifier &risk_factor_key, double value)=0 |
Applies this Scenario to the Person instance. More... | |
Health-GPS dynamic intervention policy scenario interface.
The dynamic intervention scenario adds support for System Dynamic equations to smooth the population effected by the intervention over-time.
|
pure virtualnoexcept |
Gets the System Dynamic model parameters.
Implemented in hgps::MarketingDynamicScenario.