Class ModifiableExperimentConfiguration

java.lang.Object
io.github.ai4ci.config.ModifiableExperimentConfiguration
All Implemented Interfaces:
ExperimentConfiguration

@ParametersAreNonnullByDefault @Generated({"Modifiables.generator","ExperimentConfiguration"}) @NotThreadSafe public final class ModifiableExperimentConfiguration extends Object implements ExperimentConfiguration
A modifiable implementation of the ExperimentConfiguration type.

Use the create() static factory methods to create new instances. Use the toImmutable() method to convert to canonical immutable instances.

ModifiableExperimentConfiguration is not thread-safe

See Also:
  • Method Details