Community
Participate
Working Groups
The Initializer does not support initialization of disease compartments from log files or other external files right now. The Infector and Innoculator classes support this feature. The user should use only one component for disease initialization. Therefore initialization from log files should be implemented in the Initializer class.
Initialization of disease compartments restructured (Revision 2757): 1. Abstract base class DiseaseInitializer 2. StandardDiseaseInitializer is the same as former Initializer (no need to update documentation) 3. ExternalDataSourceDiseaseInitializer initializes diseases from logfiles (documentation will be added soon)