OutbreakIndividual
The OutbreakIndividual intervention class introduces contagious diseases that are compatible with the simulation type to existing individuals using the individual targeted features configured in the appropriate event coordinator. To instead add new infection individuals, use parameter-campaign-node-outbreak.
Note
1 2 3 4 5 6 7 8 9 10 11 | |
The table below describes all possible parameters with which this class can be configured. The JSON example that follows shows one potential configuration.
| Parameter | Example | Description | Type | Min | Max | Default |
|---|---|---|---|---|---|---|
| Clade | link | The clade ID (Clade) of the outbreak infection. Together with the genome ID (Genome) they are a unitary object representing a strain of infection, which allows for differentiation among infections. Values for Clade may range from 0 to Number_of_Clades-1 (set in the configuration file). | integer | 0 | 9 | 0 |
| Genome | link | The genome ID (Genome) of the outbreak infection. Together with the clade ID (Clade) they represent an infection as a unitary object. Values for Genome may range from -1 to 2 Log2_Number_of_Genomes_per_Clade-1 | integer | 0 | 16777215 | 0 |
| Ignore_Immunity | link | Individuals will be force-infected (with a specific strain) regardless of actual immunity level when set to true (1). | boolean | 0 | 1 | 1 |
| Incubation_Period_Override | link | The incubation period, in days, that infected individuals will go through before becoming infectious. This value overrides the incubation period set in the configuration file. Set to -1 to honor the configuration parameter settings. | integer | -1 | 2147480000 | -1 |