Uses of Class
io.github.ai4ci.output.ImmutableOutbreakCSV
Packages that use ImmutableOutbreakCSV
-
Uses of ImmutableOutbreakCSV in io.github.ai4ci.output
Methods in io.github.ai4ci.output that return ImmutableOutbreakCSVModifier and TypeMethodDescriptionImmutableOutbreakCSV.Builder.build()
Builds a newImmutableOutbreakCSV
.static ImmutableOutbreakCSV
ImmutableOutbreakCSV.copyOf
(OutbreakCSV instance) Creates an immutable copy of aOutbreakCSV
value.abstract ImmutableOutbreakCSV
CSVMapper.toCSV
(OutbreakState state) CSVMapperImpl.toCSV
(OutbreakState state) final ImmutableOutbreakCSV
ImmutableOutbreakCSV.withAverageCompliance
(double value) Copy the current immutable object by setting a value for theaverageCompliance
attribute.final ImmutableOutbreakCSV
ImmutableOutbreakCSV.withAverageMobility
(double value) Copy the current immutable object by setting a value for theaverageMobility
attribute.final ImmutableOutbreakCSV
ImmutableOutbreakCSV.withAverageViralLoad
(double value) Copy the current immutable object by setting a value for theaverageViralLoad
attribute.final ImmutableOutbreakCSV
ImmutableOutbreakCSV.withCumulativeDeaths
(long value) Copy the current immutable object by setting a value for thecumulativeDeaths
attribute.final ImmutableOutbreakCSV
ImmutableOutbreakCSV.withCumulativeInfections
(long value) Copy the current immutable object by setting a value for thecumulativeInfections
attribute.final ImmutableOutbreakCSV
ImmutableOutbreakCSV.withExperimentName
(String value) Copy the current immutable object by setting a value for theexperimentName
attribute.final ImmutableOutbreakCSV
ImmutableOutbreakCSV.withExperimentReplica
(int value) Copy the current immutable object by setting a value for theexperimentReplica
attribute.final ImmutableOutbreakCSV
ImmutableOutbreakCSV.withHospitalisedCount
(long value) Copy the current immutable object by setting a value for thehospitalisedCount
attribute.final ImmutableOutbreakCSV
ImmutableOutbreakCSV.withIncidence
(long value) Copy the current immutable object by setting a value for theincidence
attribute.final ImmutableOutbreakCSV
ImmutableOutbreakCSV.withInfectedCount
(long value) Copy the current immutable object by setting a value for theinfectedCount
attribute.final ImmutableOutbreakCSV
ImmutableOutbreakCSV.withModelName
(String value) Copy the current immutable object by setting a value for themodelName
attribute.final ImmutableOutbreakCSV
ImmutableOutbreakCSV.withModelReplica
(int value) Copy the current immutable object by setting a value for themodelReplica
attribute.final ImmutableOutbreakCSV
ImmutableOutbreakCSV.withPolicy
(String value) Copy the current immutable object by setting a value for thepolicy
attribute.final ImmutableOutbreakCSV
ImmutableOutbreakCSV.withPresumedTestPositivePrevalence
(double value) Copy the current immutable object by setting a value for thepresumedTestPositivePrevalence
attribute.final ImmutableOutbreakCSV
ImmutableOutbreakCSV.withPrevalence
(double value) Copy the current immutable object by setting a value for theprevalence
attribute.final ImmutableOutbreakCSV
ImmutableOutbreakCSV.withRtEffective
(double value) Copy the current immutable object by setting a value for thertEffective
attribute.final ImmutableOutbreakCSV
ImmutableOutbreakCSV.withSymptomaticCount
(long value) Copy the current immutable object by setting a value for thesymptomaticCount
attribute.final ImmutableOutbreakCSV
ImmutableOutbreakCSV.withTestNegativesByResultDate
(long value) Copy the current immutable object by setting a value for thetestNegativesByResultDate
attribute.final ImmutableOutbreakCSV
ImmutableOutbreakCSV.withTestPositivesByResultDate
(long value) Copy the current immutable object by setting a value for thetestPositivesByResultDate
attribute.final ImmutableOutbreakCSV
ImmutableOutbreakCSV.withTime
(int value) Copy the current immutable object by setting a value for thetime
attribute.