Uses of Class
io.github.ai4ci.config.setup.PartialWattsStrogatzConfiguration
Packages that use PartialWattsStrogatzConfiguration
-
Uses of PartialWattsStrogatzConfiguration in io.github.ai4ci.config
Methods in io.github.ai4ci.config that return types with arguments of type PartialWattsStrogatzConfigurationModifier and TypeMethodDescriptiondefault List<PartialWattsStrogatzConfiguration>
ExperimentFacet.WattsStrogatzFacet.getModifications()
com.google.common.collect.ImmutableList<PartialWattsStrogatzConfiguration>
ImmutableWattsStrogatzFacet.getModifications()
Methods in io.github.ai4ci.config with parameters of type PartialWattsStrogatzConfigurationModifier and TypeMethodDescriptionImmutableWattsStrogatzFacet.Builder.addModification
(PartialWattsStrogatzConfiguration element) Adds one element tomodifications
list.ImmutableWattsStrogatzFacet.Builder.addModifications
(PartialWattsStrogatzConfiguration... elements) Adds elements tomodifications
list.ImmutableWattsStrogatzFacet.withModifications
(PartialWattsStrogatzConfiguration... 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 PartialWattsStrogatzConfigurationModifier and TypeMethodDescriptionImmutableWattsStrogatzFacet.Builder.addAllModifications
(Iterable<? extends PartialWattsStrogatzConfiguration> elements) Adds elements tomodifications
list.ImmutableWattsStrogatzFacet.Builder.setModifications
(Iterable<? extends PartialWattsStrogatzConfiguration> elements) Sets or replaces all elements formodifications
list.ImmutableWattsStrogatzFacet.withModifications
(Iterable<? extends PartialWattsStrogatzConfiguration> elements) Copy the current immutable object with elements that replace the content ofmodifications
. -
Uses of PartialWattsStrogatzConfiguration in io.github.ai4ci.config.setup
Methods in io.github.ai4ci.config.setup that return PartialWattsStrogatzConfigurationModifier and TypeMethodDescriptionPartialWattsStrogatzConfiguration.Builder.build()
Builds a newPartialWattsStrogatzConfiguration
.PartialWattsStrogatzConfiguration.copyOf
(WattsStrogatzConfiguration._PartialWattsStrogatzConfiguration instance) Creates an immutable copy of aWattsStrogatzConfiguration._PartialWattsStrogatzConfiguration
value.PartialWattsStrogatzConfiguration.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.PartialWattsStrogatzConfiguration.withNetworkConnectedness
(Integer value) Copy the current immutable object by setting a value for thenetworkConnectedness
attribute.PartialWattsStrogatzConfiguration.withNetworkRandomness
(Double value) Copy the current immutable object by setting a value for thenetworkRandomness
attribute.PartialWattsStrogatzConfiguration.withNetworkSize
(Integer value) Copy the current immutable object by setting a value for thenetworkSize
attribute.PartialWattsStrogatzConfiguration.withReplicate
(Integer value) Copy the current immutable object by setting a value for thereplicate
attribute.