Uses of Class
io.github.ai4ci.output.ImmutableInfectivityProfileCSV
Packages that use ImmutableInfectivityProfileCSV
-
Uses of ImmutableInfectivityProfileCSV in io.github.ai4ci.output
Methods in io.github.ai4ci.output that return ImmutableInfectivityProfileCSVModifier and TypeMethodDescriptionImmutableInfectivityProfileCSV.Builder.build()
Builds a newImmutableInfectivityProfileCSV
.ImmutableInfectivityProfileCSV.copyOf
(InfectivityProfileCSV instance) Creates an immutable copy of aInfectivityProfileCSV
value.ImmutableInfectivityProfileCSV.withExperimentName
(String value) Copy the current immutable object by setting a value for theexperimentName
attribute.ImmutableInfectivityProfileCSV.withModelName
(String value) Copy the current immutable object by setting a value for themodelName
attribute.ImmutableInfectivityProfileCSV.withProbability
(double value) Copy the current immutable object by setting a value for theprobability
attribute.ImmutableInfectivityProfileCSV.withTau
(int value) Copy the current immutable object by setting a value for thetau
attribute.