Uses of Class
io.github.ai4ci.output.ImmutableOutbreakHistoryCSV.Builder
Packages that use ImmutableOutbreakHistoryCSV.Builder
-
Uses of ImmutableOutbreakHistoryCSV.Builder in io.github.ai4ci.output
Methods in io.github.ai4ci.output that return ImmutableOutbreakHistoryCSV.BuilderModifier and TypeMethodDescriptionImmutableOutbreakHistoryCSV.builder()
Creates a builder forImmutableOutbreakHistoryCSV
.ImmutableOutbreakHistoryCSV.Builder.from
(CommonCSV.Execution instance) Fill a builder with attribute values from the providedio.github.ai4ci.output.CommonCSV.Execution
instance.ImmutableOutbreakHistoryCSV.Builder.from
(CommonCSV.Model instance) Fill a builder with attribute values from the providedio.github.ai4ci.output.CommonCSV.Model
instance.ImmutableOutbreakHistoryCSV.Builder.from
(CommonCSV.State instance) Fill a builder with attribute values from the providedio.github.ai4ci.output.CommonCSV.State
instance.ImmutableOutbreakHistoryCSV.Builder.from
(OutbreakHistoryCSV instance) Fill a builder with attribute values from the providedio.github.ai4ci.output.OutbreakHistoryCSV
instance.ImmutableOutbreakHistoryCSV.Builder.setCurrentTestNegativesBySampleDate
(long currentTestNegativesBySampleDate) Initializes the value for thecurrentTestNegativesBySampleDate
attribute.ImmutableOutbreakHistoryCSV.Builder.setCurrentTestPositivesBySampleDate
(long currentTestPositivesBySampleDate) Initializes the value for thecurrentTestPositivesBySampleDate
attribute.ImmutableOutbreakHistoryCSV.Builder.setExperimentName
(String experimentName) Initializes the value for theexperimentName
attribute.ImmutableOutbreakHistoryCSV.Builder.setExperimentReplica
(int experimentReplica) Initializes the value for theexperimentReplica
attribute.ImmutableOutbreakHistoryCSV.Builder.setModelName
(String modelName) Initializes the value for themodelName
attribute.ImmutableOutbreakHistoryCSV.Builder.setModelReplica
(int modelReplica) Initializes the value for themodelReplica
attribute.ImmutableOutbreakHistoryCSV.Builder.setObservationTime
(int observationTime) Initializes the value for theobservationTime
attribute.ImmutableOutbreakHistoryCSV.Builder.setTime
(int time) Initializes the value for thetime
attribute.ImmutableOutbreakHistoryCSV.toBuilder()
Creates a builder forImmutableOutbreakHistoryCSV
.prefilled with attibute values ofthis
instance to easily create modified copies.