Package io.github.ai4ci.output
Interface OutbreakFinalStateCSV
- All Superinterfaces:
CommonCSV.Execution
,CommonCSV.Model
,CommonCSV.State
,CSVWriter.Writeable
- All Known Implementing Classes:
ImmutableOutbreakFinalStateCSV
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionlong
double
long
long
double
long
long
double
long
Methods inherited from interface io.github.ai4ci.output.CommonCSV.Execution
getExperimentReplica, getModelReplica
Methods inherited from interface io.github.ai4ci.output.CommonCSV.Model
getExperimentName, getModelName
Methods inherited from interface io.github.ai4ci.output.CommonCSV.State
getTime
-
Method Details
-
getCumulativeInfections
long getCumulativeInfections() -
getCumulativeAdmissions
long getCumulativeAdmissions() -
getCumulativeDeaths
long getCumulativeDeaths() -
getMaximumPrevalence
double getMaximumPrevalence() -
getMaximumIncidence
long getMaximumIncidence() -
getTimeToMaximumIncidence
long getTimeToMaximumIncidence() -
getMaximumHospitalBurden
long getMaximumHospitalBurden() -
getCumulativeMobilityDecrease
double getCumulativeMobilityDecrease() -
getCumulativeComplianceDecrease
double getCumulativeComplianceDecrease()
-