Uses of Class
io.github.ai4ci.output.ImmutableOutbreakHistoryCSV
Packages that use ImmutableOutbreakHistoryCSV
-
Uses of ImmutableOutbreakHistoryCSV in io.github.ai4ci.output
Methods in io.github.ai4ci.output that return ImmutableOutbreakHistoryCSVModifier and TypeMethodDescriptionImmutableOutbreakHistoryCSV.Builder.build()
Builds a newImmutableOutbreakHistoryCSV
.static ImmutableOutbreakHistoryCSV
ImmutableOutbreakHistoryCSV.copyOf
(OutbreakHistoryCSV instance) Creates an immutable copy of aOutbreakHistoryCSV
value.abstract ImmutableOutbreakHistoryCSV
CSVMapper.toCSV
(OutbreakHistory history) CSVMapperImpl.toCSV
(OutbreakHistory history) ImmutableOutbreakHistoryCSV.withCurrentTestNegativesBySampleDate
(long value) Copy the current immutable object by setting a value for thecurrentTestNegativesBySampleDate
attribute.ImmutableOutbreakHistoryCSV.withCurrentTestPositivesBySampleDate
(long value) Copy the current immutable object by setting a value for thecurrentTestPositivesBySampleDate
attribute.ImmutableOutbreakHistoryCSV.withExperimentName
(String value) Copy the current immutable object by setting a value for theexperimentName
attribute.ImmutableOutbreakHistoryCSV.withExperimentReplica
(int value) Copy the current immutable object by setting a value for theexperimentReplica
attribute.ImmutableOutbreakHistoryCSV.withModelName
(String value) Copy the current immutable object by setting a value for themodelName
attribute.ImmutableOutbreakHistoryCSV.withModelReplica
(int value) Copy the current immutable object by setting a value for themodelReplica
attribute.ImmutableOutbreakHistoryCSV.withObservationTime
(int value) Copy the current immutable object by setting a value for theobservationTime
attribute.ImmutableOutbreakHistoryCSV.withTime
(int value) Copy the current immutable object by setting a value for thetime
attribute.