Interface OutbreakFinalStateCSV

All Superinterfaces:
CommonCSV.Execution, CommonCSV.Model, CommonCSV.State, CSVWriter.Writeable
All Known Implementing Classes:
ImmutableOutbreakFinalStateCSV

@Immutable public interface OutbreakFinalStateCSV extends CommonCSV.State
  • 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()