Uses of Class
io.github.ai4ci.config.PartialExecutionConfiguration
Packages that use PartialExecutionConfiguration
-
Uses of PartialExecutionConfiguration in io.github.ai4ci.config
Methods in io.github.ai4ci.config that return PartialExecutionConfigurationModifier and TypeMethodDescriptionPartialExecutionConfiguration.Builder.build()
Builds a newPartialExecutionConfiguration
.PartialExecutionConfiguration.copyOf
(ExecutionConfiguration._PartialExecutionConfiguration instance) Creates an immutable copy of aExecutionConfiguration._PartialExecutionConfiguration
value.PartialExecutionConfiguration.withAppUseProbability
(Abstraction.Distribution value) Copy the current immutable object by setting a value for theappUseProbability
attribute.PartialExecutionConfiguration.withAsymptomaticFraction
(Double value) Copy the current immutable object by setting a value for theasymptomaticFraction
attribute.PartialExecutionConfiguration.withAvailableTests
(ShallowList<TestParameters> value) Copy the current immutable object by setting a value for theavailableTests
attribute.PartialExecutionConfiguration.withCaseFatalityRate
(Double value) Copy the current immutable object by setting a value for thecaseFatalityRate
attribute.PartialExecutionConfiguration.withCaseHospitalisationRate
(Double value) Copy the current immutable object by setting a value for thecaseHospitalisationRate
attribute.PartialExecutionConfiguration.withComplianceDeteriorationRate
(Double value) Copy the current immutable object by setting a value for thecomplianceDeteriorationRate
attribute.PartialExecutionConfiguration.withComplianceImprovementRate
(Double value) Copy the current immutable object by setting a value for thecomplianceImprovementRate
attribute.PartialExecutionConfiguration.withComplianceProbability
(Abstraction.Distribution value) Copy the current immutable object by setting a value for thecomplianceProbability
attribute.PartialExecutionConfiguration.withContactDetectedProbability
(Double value) Copy the current immutable object by setting a value for thecontactDetectedProbability
attribute.PartialExecutionConfiguration.withDefaultBehaviourModelName
(String value) Copy the current immutable object by setting a value for thedefaultBehaviourModelName
attribute.PartialExecutionConfiguration.withDefaultPolicyModelName
(String value) Copy the current immutable object by setting a value for thedefaultPolicyModelName
attribute.PartialExecutionConfiguration.withDemographicAdjustment
(PartialDemographicAdjustment value) Copy the current immutable object by setting a value for thedemographicAdjustment
attribute.PartialExecutionConfiguration.withImportationProbability
(Double value) Copy the current immutable object by setting a value for theimportationProbability
attribute.PartialExecutionConfiguration.withInHostConfiguration
(InHostConfiguration value) Copy the current immutable object by setting a value for theinHostConfiguration
attribute.PartialExecutionConfiguration.withInitialEstimateIncubationPeriod
(Double value) Copy the current immutable object by setting a value for theinitialEstimateIncubationPeriod
attribute.PartialExecutionConfiguration.withInitialEstimateInfectionDuration
(Double value) Copy the current immutable object by setting a value for theinitialEstimateInfectionDuration
attribute.PartialExecutionConfiguration.withInitialEstimateSymptomSensitivity
(Double value) Copy the current immutable object by setting a value for theinitialEstimateSymptomSensitivity
attribute.PartialExecutionConfiguration.withInitialEstimateSymptomSpecificity
(Double value) Copy the current immutable object by setting a value for theinitialEstimateSymptomSpecificity
attribute.PartialExecutionConfiguration.withLockdownReleasePrevalenceTrigger
(Double value) Copy the current immutable object by setting a value for thelockdownReleasePrevalenceTrigger
attribute.PartialExecutionConfiguration.withLockdownStartPrevalenceTrigger
(Double value) Copy the current immutable object by setting a value for thelockdownStartPrevalenceTrigger
attribute.PartialExecutionConfiguration.withMaximumSocialContactReduction
(Abstraction.Distribution value) Copy the current immutable object by setting a value for themaximumSocialContactReduction
attribute.Copy the current immutable object by setting a value for thename
attribute.PartialExecutionConfiguration.withOrganicRateOfMobilityChange
(Double value) Copy the current immutable object by setting a value for theorganicRateOfMobilityChange
attribute.PartialExecutionConfiguration.withReplicate
(Integer value) Copy the current immutable object by setting a value for thereplicate
attribute.PartialExecutionConfiguration.withRiskModelContactsKernel
(RiskKernelConfiguration value) Copy the current immutable object by setting a value for theriskModelContactsKernel
attribute.PartialExecutionConfiguration.withRiskModelSymptomKernel
(RiskKernelConfiguration value) Copy the current immutable object by setting a value for theriskModelSymptomKernel
attribute.PartialExecutionConfiguration.withRiskModelTestKernel
(RiskKernelConfiguration value) Copy the current immutable object by setting a value for theriskModelTestKernel
attribute.Copy the current immutable object by setting a value for therO
attribute.PartialExecutionConfiguration.withSmartAppRiskTrigger
(Double value) Copy the current immutable object by setting a value for thesmartAppRiskTrigger
attribute.PartialExecutionConfiguration.withSymptomSensitivity
(Abstraction.Distribution value) Copy the current immutable object by setting a value for thesymptomSensitivity
attribute.PartialExecutionConfiguration.withSymptomSpecificity
(Abstraction.Distribution value) Copy the current immutable object by setting a value for thesymptomSpecificity
attribute.Methods in io.github.ai4ci.config that return types with arguments of type PartialExecutionConfigurationModifier and TypeMethodDescriptiondefault List<PartialExecutionConfiguration>
ExperimentFacet.ExecutionFacet.getModifications()
com.google.common.collect.ImmutableList<PartialExecutionConfiguration>
ImmutableExecutionFacet.getModifications()
Methods in io.github.ai4ci.config with parameters of type PartialExecutionConfigurationModifier and TypeMethodDescriptionImmutableExecutionFacet.Builder.addModification
(PartialExecutionConfiguration element) Adds one element tomodifications
list.ImmutableExecutionFacet.Builder.addModifications
(PartialExecutionConfiguration... elements) Adds elements tomodifications
list.default ImmutableExperimentConfiguration
ExperimentConfiguration.withFacet
(String name, PartialExecutionConfiguration... config) final ImmutableExecutionFacet
ImmutableExecutionFacet.withModifications
(PartialExecutionConfiguration... elements) Copy the current immutable object with elements that replace the content ofmodifications
.Method parameters in io.github.ai4ci.config with type arguments of type PartialExecutionConfigurationModifier and TypeMethodDescriptionImmutableExecutionFacet.Builder.addAllModifications
(Iterable<? extends PartialExecutionConfiguration> elements) Adds elements tomodifications
list.ImmutableExecutionFacet.Builder.setModifications
(Iterable<? extends PartialExecutionConfiguration> elements) Sets or replaces all elements formodifications
list.final ImmutableExecutionFacet
ImmutableExecutionFacet.withModifications
(Iterable<? extends PartialExecutionConfiguration> elements) Copy the current immutable object with elements that replace the content ofmodifications
.