Uses of Class
io.github.ai4ci.config.setup.PartialAgeStratifiedNetworkConfiguration
Packages that use PartialAgeStratifiedNetworkConfiguration
-
Uses of PartialAgeStratifiedNetworkConfiguration in io.github.ai4ci.config
Methods in io.github.ai4ci.config that return types with arguments of type PartialAgeStratifiedNetworkConfigurationModifier and TypeMethodDescriptionExperimentFacet.AgeStratifiedNetworkFacet.getModifications()
com.google.common.collect.ImmutableList<PartialAgeStratifiedNetworkConfiguration>
ImmutableAgeStratifiedNetworkFacet.getModifications()
Methods in io.github.ai4ci.config with parameters of type PartialAgeStratifiedNetworkConfigurationModifier and TypeMethodDescriptionImmutableAgeStratifiedNetworkFacet.Builder.addModification
(PartialAgeStratifiedNetworkConfiguration element) Adds one element tomodifications
list.ImmutableAgeStratifiedNetworkFacet.Builder.addModifications
(PartialAgeStratifiedNetworkConfiguration... elements) Adds elements tomodifications
list.ImmutableAgeStratifiedNetworkFacet.withModifications
(PartialAgeStratifiedNetworkConfiguration... 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 PartialAgeStratifiedNetworkConfigurationModifier and TypeMethodDescriptionImmutableAgeStratifiedNetworkFacet.Builder.addAllModifications
(Iterable<? extends PartialAgeStratifiedNetworkConfiguration> elements) Adds elements tomodifications
list.ImmutableAgeStratifiedNetworkFacet.Builder.setModifications
(Iterable<? extends PartialAgeStratifiedNetworkConfiguration> elements) Sets or replaces all elements formodifications
list.ImmutableAgeStratifiedNetworkFacet.withModifications
(Iterable<? extends PartialAgeStratifiedNetworkConfiguration> elements) Copy the current immutable object with elements that replace the content ofmodifications
. -
Uses of PartialAgeStratifiedNetworkConfiguration in io.github.ai4ci.config.setup
Methods in io.github.ai4ci.config.setup that return PartialAgeStratifiedNetworkConfigurationModifier and TypeMethodDescriptionPartialAgeStratifiedNetworkConfiguration.Builder.build()
Builds a newPartialAgeStratifiedNetworkConfiguration
.PartialAgeStratifiedNetworkConfiguration.copyOf
(AgeStratifiedNetworkConfiguration._PartialAgeStratifiedNetworkConfiguration instance) Creates an immutable copy of aAgeStratifiedNetworkConfiguration._PartialAgeStratifiedNetworkConfiguration
value.PartialAgeStratifiedNetworkConfiguration.withAgeDistribution
(EmpiricalDistribution value) Copy the current immutable object by setting a value for theageDistribution
attribute.PartialAgeStratifiedNetworkConfiguration.withInitialImports
(Integer value) Copy the current immutable object by setting a value for theinitialImports
attribute.Copy the current immutable object by setting a value for thename
attribute.PartialAgeStratifiedNetworkConfiguration.withNetworkConnectedness
(int value) Copy the current immutable object by setting a value for thenetworkConnectedness
attribute.PartialAgeStratifiedNetworkConfiguration.withNetworkRandomness
(double value) Copy the current immutable object by setting a value for thenetworkRandomness
attribute.PartialAgeStratifiedNetworkConfiguration.withNetworkSize
(Integer value) Copy the current immutable object by setting a value for thenetworkSize
attribute.PartialAgeStratifiedNetworkConfiguration.withNormalisedOddsContactFromAgeDifference
(Abstraction.SimpleFunction value) Copy the current immutable object by setting a value for thenormalisedOddsContactFromAgeDifference
attribute.PartialAgeStratifiedNetworkConfiguration.withOddsContactFromAgeDifference
(Abstraction.SimpleFunction value) Copy the current immutable object by setting a value for theoddsContactFromAgeDifference
attribute.PartialAgeStratifiedNetworkConfiguration.withReplicate
(Integer value) Copy the current immutable object by setting a value for thereplicate
attribute.