Uses of Class
io.github.ai4ci.output.ImmutableDebugParametersCSV.Builder
Packages that use ImmutableDebugParametersCSV.Builder
-
Uses of ImmutableDebugParametersCSV.Builder in io.github.ai4ci.output
Methods in io.github.ai4ci.output that return ImmutableDebugParametersCSV.BuilderModifier and TypeMethodDescriptionImmutableDebugParametersCSV.builder()
Creates a builder forImmutableDebugParametersCSV
.ImmutableDebugParametersCSV.Builder.from
(CommonCSV.Execution instance) Fill a builder with attribute values from the providedio.github.ai4ci.output.CommonCSV.Execution
instance.ImmutableDebugParametersCSV.Builder.from
(CommonCSV.Model instance) Fill a builder with attribute values from the providedio.github.ai4ci.output.CommonCSV.Model
instance.ImmutableDebugParametersCSV.Builder.from
(DebugParametersCSV instance) Fill a builder with attribute values from the providedio.github.ai4ci.output.DebugParametersCSV
instance.ImmutableDebugParametersCSV.Builder.setExperimentName
(String experimentName) Initializes the value for theexperimentName
attribute.ImmutableDebugParametersCSV.Builder.setExperimentReplica
(int experimentReplica) Initializes the value for theexperimentReplica
attribute.ImmutableDebugParametersCSV.Builder.setInfectiveDuration
(int infectiveDuration) Initializes the value for theinfectiveDuration
attribute.ImmutableDebugParametersCSV.Builder.setModelName
(String modelName) Initializes the value for themodelName
attribute.ImmutableDebugParametersCSV.Builder.setModelReplica
(int modelReplica) Initializes the value for themodelReplica
attribute.ImmutableDebugParametersCSV.Builder.setSeverityDeathCutoff
(double severityDeathCutoff) Initializes the value for theseverityDeathCutoff
attribute.ImmutableDebugParametersCSV.Builder.setSeverityHospitalisationCutoff
(double severityHospitalisationCutoff) Initializes the value for theseverityHospitalisationCutoff
attribute.ImmutableDebugParametersCSV.Builder.setSeveritySymptomsCutoff
(double severitySymptomsCutoff) Initializes the value for theseveritySymptomsCutoff
attribute.ImmutableDebugParametersCSV.Builder.setViralLoadTransmissibilityProbabilityFactor
(double viralLoadTransmissibilityProbabilityFactor) Initializes the value for theviralLoadTransmissibilityProbabilityFactor
attribute.ImmutableDebugParametersCSV.toBuilder()
Creates a builder forImmutableDebugParametersCSV
.prefilled with attibute values ofthis
instance to easily create modified copies.