Uses of Class
io.github.ai4ci.output.ImmutableOutbreakFinalStateCSV.Builder
Packages that use ImmutableOutbreakFinalStateCSV.Builder
-
Uses of ImmutableOutbreakFinalStateCSV.Builder in io.github.ai4ci.output
Methods in io.github.ai4ci.output that return ImmutableOutbreakFinalStateCSV.BuilderModifier and TypeMethodDescriptionImmutableOutbreakFinalStateCSV.builder()
Creates a builder forImmutableOutbreakFinalStateCSV
.ImmutableOutbreakFinalStateCSV.Builder.from
(CommonCSV.Execution instance) Fill a builder with attribute values from the providedio.github.ai4ci.output.CommonCSV.Execution
instance.ImmutableOutbreakFinalStateCSV.Builder.from
(CommonCSV.Model instance) Fill a builder with attribute values from the providedio.github.ai4ci.output.CommonCSV.Model
instance.ImmutableOutbreakFinalStateCSV.Builder.from
(CommonCSV.State instance) Fill a builder with attribute values from the providedio.github.ai4ci.output.CommonCSV.State
instance.ImmutableOutbreakFinalStateCSV.Builder.from
(OutbreakFinalStateCSV instance) Fill a builder with attribute values from the providedio.github.ai4ci.output.OutbreakFinalStateCSV
instance.ImmutableOutbreakFinalStateCSV.Builder.setCumulativeAdmissions
(long cumulativeAdmissions) Initializes the value for thecumulativeAdmissions
attribute.ImmutableOutbreakFinalStateCSV.Builder.setCumulativeComplianceDecrease
(double cumulativeComplianceDecrease) Initializes the value for thecumulativeComplianceDecrease
attribute.ImmutableOutbreakFinalStateCSV.Builder.setCumulativeDeaths
(long cumulativeDeaths) Initializes the value for thecumulativeDeaths
attribute.ImmutableOutbreakFinalStateCSV.Builder.setCumulativeInfections
(long cumulativeInfections) Initializes the value for thecumulativeInfections
attribute.ImmutableOutbreakFinalStateCSV.Builder.setCumulativeMobilityDecrease
(double cumulativeMobilityDecrease) Initializes the value for thecumulativeMobilityDecrease
attribute.ImmutableOutbreakFinalStateCSV.Builder.setExperimentName
(String experimentName) Initializes the value for theexperimentName
attribute.ImmutableOutbreakFinalStateCSV.Builder.setExperimentReplica
(int experimentReplica) Initializes the value for theexperimentReplica
attribute.ImmutableOutbreakFinalStateCSV.Builder.setMaximumHospitalBurden
(long maximumHospitalBurden) Initializes the value for themaximumHospitalBurden
attribute.ImmutableOutbreakFinalStateCSV.Builder.setMaximumIncidence
(long maximumIncidence) Initializes the value for themaximumIncidence
attribute.ImmutableOutbreakFinalStateCSV.Builder.setMaximumPrevalence
(double maximumPrevalence) Initializes the value for themaximumPrevalence
attribute.ImmutableOutbreakFinalStateCSV.Builder.setModelName
(String modelName) Initializes the value for themodelName
attribute.ImmutableOutbreakFinalStateCSV.Builder.setModelReplica
(int modelReplica) Initializes the value for themodelReplica
attribute.ImmutableOutbreakFinalStateCSV.Builder.setTime
(int time) Initializes the value for thetime
attribute.ImmutableOutbreakFinalStateCSV.Builder.setTimeToMaximumIncidence
(long timeToMaximumIncidence) Initializes the value for thetimeToMaximumIncidence
attribute.ImmutableOutbreakFinalStateCSV.toBuilder()
Creates a builder forImmutableOutbreakFinalStateCSV
.prefilled with attibute values ofthis
instance to easily create modified copies.