Uses of Class
io.github.ai4ci.output.ImmutablePersonStateCSV.Builder
Packages that use ImmutablePersonStateCSV.Builder
-
Uses of ImmutablePersonStateCSV.Builder in io.github.ai4ci.output
Methods in io.github.ai4ci.output that return ImmutablePersonStateCSV.BuilderModifier and TypeMethodDescriptionImmutablePersonStateCSV.builder()
Creates a builder forImmutablePersonStateCSV
.ImmutablePersonStateCSV.Builder.from
(CommonCSV.Execution instance) Fill a builder with attribute values from the providedio.github.ai4ci.output.CommonCSV.Execution
instance.ImmutablePersonStateCSV.Builder.from
(CommonCSV.Model instance) Fill a builder with attribute values from the providedio.github.ai4ci.output.CommonCSV.Model
instance.ImmutablePersonStateCSV.Builder.from
(CommonCSV.State instance) Fill a builder with attribute values from the providedio.github.ai4ci.output.CommonCSV.State
instance.ImmutablePersonStateCSV.Builder.from
(PersonStateCSV instance) Fill a builder with attribute values from the providedio.github.ai4ci.output.PersonStateCSV
instance.ImmutablePersonStateCSV.Builder.setBehaviour
(String behaviour) Initializes the value for thebehaviour
attribute.ImmutablePersonStateCSV.Builder.setContactCount
(long contactCount) Initializes the value for thecontactCount
attribute.ImmutablePersonStateCSV.Builder.setContactExposure
(double contactExposure) Initializes the value for thecontactExposure
attribute.ImmutablePersonStateCSV.Builder.setDead
(boolean dead) Initializes the value for thedead
attribute.ImmutablePersonStateCSV.Builder.setExperimentName
(String experimentName) Initializes the value for theexperimentName
attribute.ImmutablePersonStateCSV.Builder.setExperimentReplica
(int experimentReplica) Initializes the value for theexperimentReplica
attribute.ImmutablePersonStateCSV.Builder.setExposureCount
(long exposureCount) Initializes the value for theexposureCount
attribute.ImmutablePersonStateCSV.Builder.setIncidentInfection
(boolean incidentInfection) Initializes the value for theincidentInfection
attribute.ImmutablePersonStateCSV.Builder.setInfectious
(boolean infectious) Initializes the value for theinfectious
attribute.ImmutablePersonStateCSV.Builder.setLogOddsInfectiousToday
(double logOddsInfectiousToday) Initializes the value for thelogOddsInfectiousToday
attribute.ImmutablePersonStateCSV.Builder.setModelName
(String modelName) Initializes the value for themodelName
attribute.ImmutablePersonStateCSV.Builder.setModelReplica
(int modelReplica) Initializes the value for themodelReplica
attribute.ImmutablePersonStateCSV.Builder.setNormalisedSeverity
(double normalisedSeverity) Initializes the value for thenormalisedSeverity
attribute.ImmutablePersonStateCSV.Builder.setNormalisedViralLoad
(double normalisedViralLoad) Initializes the value for thenormalisedViralLoad
attribute.ImmutablePersonStateCSV.Builder.setPersonId
(int personId) Initializes the value for thepersonId
attribute.ImmutablePersonStateCSV.Builder.setPresumedLocalPrevalence
(double presumedLocalPrevalence) Initializes the value for thepresumedLocalPrevalence
attribute.ImmutablePersonStateCSV.Builder.setProbabilityInfectiousToday
(double probabilityInfectiousToday) Initializes the value for theprobabilityInfectiousToday
attribute.ImmutablePersonStateCSV.Builder.setRequiringHospitalisation
(boolean requiringHospitalisation) Initializes the value for therequiringHospitalisation
attribute.ImmutablePersonStateCSV.Builder.setSymptomatic
(boolean symptomatic) Initializes the value for thesymptomatic
attribute.ImmutablePersonStateCSV.Builder.setTime
(int time) Initializes the value for thetime
attribute.ImmutablePersonStateCSV.Builder.setTrueLocalPrevalence
(double trueLocalPrevalence) Initializes the value for thetrueLocalPrevalence
attribute.ImmutablePersonStateCSV.toBuilder()
Creates a builder forImmutablePersonStateCSV
.prefilled with attibute values ofthis
instance to easily create modified copies.