Uses of Class
io.github.ai4ci.config.setup.ImmutableWattsStrogatzConfiguration
Packages that use ImmutableWattsStrogatzConfiguration
-
Uses of ImmutableWattsStrogatzConfiguration in io.github.ai4ci.config
Methods in io.github.ai4ci.config that return ImmutableWattsStrogatzConfiguration -
Uses of ImmutableWattsStrogatzConfiguration in io.github.ai4ci.config.setup
Fields in io.github.ai4ci.config.setup declared as ImmutableWattsStrogatzConfigurationModifier and TypeFieldDescriptionstatic final ImmutableWattsStrogatzConfiguration
WattsStrogatzConfiguration.DEFAULT
Methods in io.github.ai4ci.config.setup that return ImmutableWattsStrogatzConfigurationModifier and TypeMethodDescriptionImmutableWattsStrogatzConfiguration.Builder.build()
Builds a newImmutableWattsStrogatzConfiguration
.ImmutableWattsStrogatzConfiguration.copyOf
(WattsStrogatzConfiguration instance) Creates an immutable copy of aWattsStrogatzConfiguration
value.ImmutableWattsStrogatzConfiguration.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.ImmutableWattsStrogatzConfiguration.withNetworkConnectedness
(Integer value) Copy the current immutable object by setting a value for thenetworkConnectedness
attribute.ImmutableWattsStrogatzConfiguration.withNetworkRandomness
(Double value) Copy the current immutable object by setting a value for thenetworkRandomness
attribute.ImmutableWattsStrogatzConfiguration.withNetworkSize
(Integer value) Copy the current immutable object by setting a value for thenetworkSize
attribute.ImmutableWattsStrogatzConfiguration.withReplicate
(Integer value) Copy the current immutable object by setting a value for thereplicate
attribute.