Uses of Class
io.github.ai4ci.output.ImmutablePersonStateCSV
Packages that use ImmutablePersonStateCSV
-
Uses of ImmutablePersonStateCSV in io.github.ai4ci.output
Methods in io.github.ai4ci.output that return ImmutablePersonStateCSVModifier and TypeMethodDescriptionImmutablePersonStateCSV.Builder.build()
Builds a newImmutablePersonStateCSV
.static ImmutablePersonStateCSV
ImmutablePersonStateCSV.copyOf
(PersonStateCSV instance) Creates an immutable copy of aPersonStateCSV
value.abstract ImmutablePersonStateCSV
CSVMapper.toCSV
(PersonState state) CSVMapperImpl.toCSV
(PersonState state) final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withBehaviour
(String value) Copy the current immutable object by setting a value for thebehaviour
attribute.final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withContactCount
(long value) Copy the current immutable object by setting a value for thecontactCount
attribute.final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withContactExposure
(double value) Copy the current immutable object by setting a value for thecontactExposure
attribute.final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withDead
(boolean value) Copy the current immutable object by setting a value for thedead
attribute.final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withExperimentName
(String value) Copy the current immutable object by setting a value for theexperimentName
attribute.final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withExperimentReplica
(int value) Copy the current immutable object by setting a value for theexperimentReplica
attribute.final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withExposureCount
(long value) Copy the current immutable object by setting a value for theexposureCount
attribute.final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withIncidentInfection
(boolean value) Copy the current immutable object by setting a value for theincidentInfection
attribute.final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withInfectious
(boolean value) Copy the current immutable object by setting a value for theinfectious
attribute.final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withLogOddsInfectiousToday
(double value) Copy the current immutable object by setting a value for thelogOddsInfectiousToday
attribute.final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withModelName
(String value) Copy the current immutable object by setting a value for themodelName
attribute.final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withModelReplica
(int value) Copy the current immutable object by setting a value for themodelReplica
attribute.final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withNormalisedSeverity
(double value) Copy the current immutable object by setting a value for thenormalisedSeverity
attribute.final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withNormalisedViralLoad
(double value) Copy the current immutable object by setting a value for thenormalisedViralLoad
attribute.final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withPersonId
(int value) Copy the current immutable object by setting a value for thepersonId
attribute.final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withPresumedLocalPrevalence
(double value) Copy the current immutable object by setting a value for thepresumedLocalPrevalence
attribute.final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withProbabilityInfectiousToday
(double value) Copy the current immutable object by setting a value for theprobabilityInfectiousToday
attribute.final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withRequiringHospitalisation
(boolean value) Copy the current immutable object by setting a value for therequiringHospitalisation
attribute.final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withSymptomatic
(boolean value) Copy the current immutable object by setting a value for thesymptomatic
attribute.final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withTime
(int value) Copy the current immutable object by setting a value for thetime
attribute.final ImmutablePersonStateCSV
ImmutablePersonStateCSV.withTrueLocalPrevalence
(double value) Copy the current immutable object by setting a value for thetrueLocalPrevalence
attribute.