Uses of Class
io.github.ai4ci.output.ImmutableOutbreakFinalStateCSV
Packages that use ImmutableOutbreakFinalStateCSV
-
Uses of ImmutableOutbreakFinalStateCSV in io.github.ai4ci.output
Methods in io.github.ai4ci.output that return ImmutableOutbreakFinalStateCSVModifier and TypeMethodDescriptionImmutableOutbreakFinalStateCSV.Builder.build()
Builds a newImmutableOutbreakFinalStateCSV
.ImmutableOutbreakFinalStateCSV.copyOf
(OutbreakFinalStateCSV instance) Creates an immutable copy of aOutbreakFinalStateCSV
value.abstract ImmutableOutbreakFinalStateCSV
CSVMapper.toFinalCSV
(OutbreakState currentState) CSVMapperImpl.toFinalCSV
(OutbreakState currentState) ImmutableOutbreakFinalStateCSV.withCumulativeAdmissions
(long value) Copy the current immutable object by setting a value for thecumulativeAdmissions
attribute.ImmutableOutbreakFinalStateCSV.withCumulativeComplianceDecrease
(double value) Copy the current immutable object by setting a value for thecumulativeComplianceDecrease
attribute.ImmutableOutbreakFinalStateCSV.withCumulativeDeaths
(long value) Copy the current immutable object by setting a value for thecumulativeDeaths
attribute.ImmutableOutbreakFinalStateCSV.withCumulativeInfections
(long value) Copy the current immutable object by setting a value for thecumulativeInfections
attribute.ImmutableOutbreakFinalStateCSV.withCumulativeMobilityDecrease
(double value) Copy the current immutable object by setting a value for thecumulativeMobilityDecrease
attribute.ImmutableOutbreakFinalStateCSV.withExperimentName
(String value) Copy the current immutable object by setting a value for theexperimentName
attribute.ImmutableOutbreakFinalStateCSV.withExperimentReplica
(int value) Copy the current immutable object by setting a value for theexperimentReplica
attribute.ImmutableOutbreakFinalStateCSV.withMaximumHospitalBurden
(long value) Copy the current immutable object by setting a value for themaximumHospitalBurden
attribute.ImmutableOutbreakFinalStateCSV.withMaximumIncidence
(long value) Copy the current immutable object by setting a value for themaximumIncidence
attribute.ImmutableOutbreakFinalStateCSV.withMaximumPrevalence
(double value) Copy the current immutable object by setting a value for themaximumPrevalence
attribute.ImmutableOutbreakFinalStateCSV.withModelName
(String value) Copy the current immutable object by setting a value for themodelName
attribute.ImmutableOutbreakFinalStateCSV.withModelReplica
(int value) Copy the current immutable object by setting a value for themodelReplica
attribute.ImmutableOutbreakFinalStateCSV.withTime
(int value) Copy the current immutable object by setting a value for thetime
attribute.ImmutableOutbreakFinalStateCSV.withTimeToMaximumIncidence
(long value) Copy the current immutable object by setting a value for thetimeToMaximumIncidence
attribute.