Uses of Class
io.github.ai4ci.output.ImmutableOutbreakCSV.Builder
Packages that use ImmutableOutbreakCSV.Builder
-
Uses of ImmutableOutbreakCSV.Builder in io.github.ai4ci.output
Methods in io.github.ai4ci.output that return ImmutableOutbreakCSV.BuilderModifier and TypeMethodDescriptionstatic ImmutableOutbreakCSV.Builder
ImmutableOutbreakCSV.builder()
Creates a builder forImmutableOutbreakCSV
.ImmutableOutbreakCSV.Builder.from
(CommonCSV.Execution instance) Fill a builder with attribute values from the providedio.github.ai4ci.output.CommonCSV.Execution
instance.ImmutableOutbreakCSV.Builder.from
(CommonCSV.Model instance) Fill a builder with attribute values from the providedio.github.ai4ci.output.CommonCSV.Model
instance.ImmutableOutbreakCSV.Builder.from
(CommonCSV.State instance) Fill a builder with attribute values from the providedio.github.ai4ci.output.CommonCSV.State
instance.ImmutableOutbreakCSV.Builder.from
(OutbreakCSV instance) Fill a builder with attribute values from the providedio.github.ai4ci.output.OutbreakCSV
instance.ImmutableOutbreakCSV.Builder.setAverageCompliance
(double averageCompliance) Initializes the value for theaverageCompliance
attribute.ImmutableOutbreakCSV.Builder.setAverageMobility
(double averageMobility) Initializes the value for theaverageMobility
attribute.ImmutableOutbreakCSV.Builder.setAverageViralLoad
(double averageViralLoad) Initializes the value for theaverageViralLoad
attribute.ImmutableOutbreakCSV.Builder.setCumulativeDeaths
(long cumulativeDeaths) Initializes the value for thecumulativeDeaths
attribute.ImmutableOutbreakCSV.Builder.setCumulativeInfections
(long cumulativeInfections) Initializes the value for thecumulativeInfections
attribute.ImmutableOutbreakCSV.Builder.setExperimentName
(String experimentName) Initializes the value for theexperimentName
attribute.ImmutableOutbreakCSV.Builder.setExperimentReplica
(int experimentReplica) Initializes the value for theexperimentReplica
attribute.ImmutableOutbreakCSV.Builder.setHospitalisedCount
(long hospitalisedCount) Initializes the value for thehospitalisedCount
attribute.ImmutableOutbreakCSV.Builder.setIncidence
(long incidence) Initializes the value for theincidence
attribute.ImmutableOutbreakCSV.Builder.setInfectedCount
(long infectedCount) Initializes the value for theinfectedCount
attribute.ImmutableOutbreakCSV.Builder.setModelName
(String modelName) Initializes the value for themodelName
attribute.ImmutableOutbreakCSV.Builder.setModelReplica
(int modelReplica) Initializes the value for themodelReplica
attribute.Initializes the value for thepolicy
attribute.ImmutableOutbreakCSV.Builder.setPresumedTestPositivePrevalence
(double presumedTestPositivePrevalence) Initializes the value for thepresumedTestPositivePrevalence
attribute.ImmutableOutbreakCSV.Builder.setPrevalence
(double prevalence) Initializes the value for theprevalence
attribute.ImmutableOutbreakCSV.Builder.setRtEffective
(double rtEffective) Initializes the value for thertEffective
attribute.ImmutableOutbreakCSV.Builder.setSymptomaticCount
(long symptomaticCount) Initializes the value for thesymptomaticCount
attribute.ImmutableOutbreakCSV.Builder.setTestNegativesByResultDate
(long testNegativesByResultDate) Initializes the value for thetestNegativesByResultDate
attribute.ImmutableOutbreakCSV.Builder.setTestPositivesByResultDate
(long testPositivesByResultDate) Initializes the value for thetestPositivesByResultDate
attribute.ImmutableOutbreakCSV.Builder.setTime
(int time) Initializes the value for thetime
attribute.ImmutableOutbreakCSV.toBuilder()
Creates a builder forImmutableOutbreakCSV
.prefilled with attibute values ofthis
instance to easily create modified copies.