Uses of Class
io.github.ai4ci.output.ImmutableDebugParametersCSV
Packages that use ImmutableDebugParametersCSV
-
Uses of ImmutableDebugParametersCSV in io.github.ai4ci.output
Methods in io.github.ai4ci.output that return ImmutableDebugParametersCSVModifier and TypeMethodDescriptionImmutableDebugParametersCSV.Builder.build()
Builds a newImmutableDebugParametersCSV
.static ImmutableDebugParametersCSV
ImmutableDebugParametersCSV.copyOf
(DebugParametersCSV instance) Creates an immutable copy of aDebugParametersCSV
value.abstract ImmutableDebugParametersCSV
CSVMapper.toCSV
(Outbreak outbreak, OutbreakBaseline baseline) CSVMapperImpl.toCSV
(Outbreak outbreak, OutbreakBaseline baseline) ImmutableDebugParametersCSV.withExperimentName
(String value) Copy the current immutable object by setting a value for theexperimentName
attribute.ImmutableDebugParametersCSV.withExperimentReplica
(int value) Copy the current immutable object by setting a value for theexperimentReplica
attribute.ImmutableDebugParametersCSV.withInfectiveDuration
(int value) Copy the current immutable object by setting a value for theinfectiveDuration
attribute.ImmutableDebugParametersCSV.withModelName
(String value) Copy the current immutable object by setting a value for themodelName
attribute.ImmutableDebugParametersCSV.withModelReplica
(int value) Copy the current immutable object by setting a value for themodelReplica
attribute.ImmutableDebugParametersCSV.withSeverityDeathCutoff
(double value) Copy the current immutable object by setting a value for theseverityDeathCutoff
attribute.ImmutableDebugParametersCSV.withSeverityHospitalisationCutoff
(double value) Copy the current immutable object by setting a value for theseverityHospitalisationCutoff
attribute.ImmutableDebugParametersCSV.withSeveritySymptomsCutoff
(double value) Copy the current immutable object by setting a value for theseveritySymptomsCutoff
attribute.ImmutableDebugParametersCSV.withViralLoadTransmissibilityProbabilityFactor
(double value) Copy the current immutable object by setting a value for theviralLoadTransmissibilityProbabilityFactor
attribute.