public class BestSolutionRecallerConfig extends AbstractConfig<BestSolutionRecallerConfig>
Constructor and Description |
---|
BestSolutionRecallerConfig() |
Modifier and Type | Method and Description |
---|---|
<Solution_> |
buildBestSolutionRecaller(EnvironmentMode environmentMode) |
void |
inherit(BestSolutionRecallerConfig inheritedConfig)
Inherits each property of the
inheritedConfig unless that property (or a semantic alternative)
is defined by this instance (which overwrites the inherited behaviour). |
copyConfig, deduceEntityDescriptor, deduceVariableDescriptor, deduceVariableDescriptorList, newInstance, toString
public <Solution_> BestSolutionRecaller<Solution_> buildBestSolutionRecaller(EnvironmentMode environmentMode)
public void inherit(BestSolutionRecallerConfig inheritedConfig)
AbstractConfig
inheritedConfig
unless that property (or a semantic alternative)
is defined by this instance (which overwrites the inherited behaviour).
After the inheritance, if a property on this AbstractConfig
composition is replaced,
it should not affect the inherited composition instance.
inherit
in class AbstractConfig<BestSolutionRecallerConfig>
inheritedConfig
- never nullCopyright © 2006–2019 JBoss by Red Hat. All rights reserved.