Uses of Class
io.github.ai4ci.config.ImmutableBatchConfiguration
Packages that use ImmutableBatchConfiguration
-
Uses of ImmutableBatchConfiguration in io.github.ai4ci.config
Fields in io.github.ai4ci.config declared as ImmutableBatchConfigurationModifier and TypeFieldDescriptionstatic final ImmutableBatchConfiguration
BatchConfiguration.DEFAULT
Methods in io.github.ai4ci.config that return ImmutableBatchConfigurationModifier and TypeMethodDescriptionImmutableBatchConfiguration.Builder.build()
Builds a newImmutableBatchConfiguration
.static ImmutableBatchConfiguration
ImmutableBatchConfiguration.copyOf
(BatchConfiguration instance) Creates an immutable copy of aBatchConfiguration
value.ExperimentConfiguration.getBatchConfig()
ImmutableExperimentConfiguration.getBatchConfig()
ModifiableExperimentConfiguration.getBatchConfig()
ImmutableBatchConfiguration.withExporters
(Exporters... elements) Copy the current immutable object with elements that replace the content ofexporters
.ImmutableBatchConfiguration.withSimulationDuration
(int value) Copy the current immutable object by setting a value for thesimulationDuration
attribute.ImmutableBatchConfiguration.withUrnBase
(String value) Copy the current immutable object by setting a value for theurnBase
attribute.Methods in io.github.ai4ci.config with parameters of type ImmutableBatchConfigurationModifier and TypeMethodDescriptionImmutableExperimentConfiguration.Builder.setBatchConfig
(ImmutableBatchConfiguration batchConfig) Initializes the value for thebatchConfig
attribute.ModifiableExperimentConfiguration.setBatchConfig
(ImmutableBatchConfiguration batchConfig) Assigns a value to thebatchConfig
attribute.ImmutableExperimentConfiguration.withBatchConfig
(ImmutableBatchConfiguration value) Copy the current immutable object by setting a value for thebatchConfig
attribute.