Uses of Class
io.github.ai4ci.abm.ImmutableOutbreakHistory
Packages that use ImmutableOutbreakHistory
-
Uses of ImmutableOutbreakHistory in io.github.ai4ci.abm
Methods in io.github.ai4ci.abm that return ImmutableOutbreakHistoryModifier and TypeMethodDescriptionImmutableOutbreakHistory.Builder.build()
Builds a newImmutableOutbreakHistory
.static ImmutableOutbreakHistory
ImmutableOutbreakHistory.copyOf
(OutbreakHistory instance) Creates an immutable copy of aOutbreakHistory
value.final ImmutableOutbreakHistory
ImmutableOutbreakHistory.withCumulativeAdmissions
(long value) Copy the current immutable object by setting a value for thecumulativeAdmissions
attribute.final ImmutableOutbreakHistory
ImmutableOutbreakHistory.withCumulativeComplianceDecrease
(double value) Copy the current immutable object by setting a value for thecumulativeComplianceDecrease
attribute.final ImmutableOutbreakHistory
ImmutableOutbreakHistory.withCumulativeInfections
(long value) Copy the current immutable object by setting a value for thecumulativeInfections
attribute.final ImmutableOutbreakHistory
ImmutableOutbreakHistory.withCumulativeMobilityDecrease
(double value) Copy the current immutable object by setting a value for thecumulativeMobilityDecrease
attribute.final ImmutableOutbreakHistory
ImmutableOutbreakHistory.withEntity
(Outbreak value) Copy the current immutable object by setting a value for theentity
attribute.final ImmutableOutbreakHistory
ImmutableOutbreakHistory.withIncidence
(long value) Copy the current immutable object by setting a value for theincidence
attribute.final ImmutableOutbreakHistory
ImmutableOutbreakHistory.withInfectedCount
(long value) Copy the current immutable object by setting a value for theinfectedCount
attribute.final ImmutableOutbreakHistory
ImmutableOutbreakHistory.withMaximumHospitalBurden
(long value) Copy the current immutable object by setting a value for themaximumHospitalBurden
attribute.final ImmutableOutbreakHistory
ImmutableOutbreakHistory.withMaximumIncidence
(long value) Copy the current immutable object by setting a value for themaximumIncidence
attribute.final ImmutableOutbreakHistory
ImmutableOutbreakHistory.withMaximumPrevalence
(double value) Copy the current immutable object by setting a value for themaximumPrevalence
attribute.final ImmutableOutbreakHistory
ImmutableOutbreakHistory.withTestNegativesByResultDate
(long value) Copy the current immutable object by setting a value for thetestNegativesByResultDate
attribute.final ImmutableOutbreakHistory
ImmutableOutbreakHistory.withTestPositivesByResultDate
(long value) Copy the current immutable object by setting a value for thetestPositivesByResultDate
attribute.final ImmutableOutbreakHistory
Copy the current immutable object by setting a value for thetime
attribute.final ImmutableOutbreakHistory
ImmutableOutbreakHistory.withTimeToMaximumIncidence
(long value) Copy the current immutable object by setting a value for thetimeToMaximumIncidence
attribute.