Interface OutbreakCSV

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

@Immutable public interface OutbreakCSV extends CommonCSV.State
  • Method Details

    • getIncidence

      long getIncidence()
    • getPrevalence

      double getPrevalence()
    • getCumulativeInfections

      long getCumulativeInfections()
    • getCumulativeDeaths

      long getCumulativeDeaths()
    • getHospitalisedCount

      long getHospitalisedCount()
    • getInfectedCount

      long getInfectedCount()
    • getSymptomaticCount

      long getSymptomaticCount()
    • getAverageMobility

      double getAverageMobility()
    • getAverageViralLoad

      double getAverageViralLoad()
    • getAverageCompliance

      double getAverageCompliance()
    • getTestPositivesByResultDate

      long getTestPositivesByResultDate()
    • getTestNegativesByResultDate

      long getTestNegativesByResultDate()
    • getPresumedTestPositivePrevalence

      double getPresumedTestPositivePrevalence()
    • getRtEffective

      double getRtEffective()
    • getPolicy

      String getPolicy()