Class PooledEntityPlacerConfig
java.lang.Object
ai.timefold.solver.core.config.AbstractConfig<Config_>
ai.timefold.solver.core.config.constructionheuristic.placer.EntityPlacerConfig<PooledEntityPlacerConfig>
ai.timefold.solver.core.config.constructionheuristic.placer.PooledEntityPlacerConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull PooledEntityPlacerConfigTypically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on it.@Nullable MoveSelectorConfig@NonNull PooledEntityPlacerConfiginherit(@NonNull PooledEntityPlacerConfig inheritedConfig) Inherits each property of theinheritedConfigunless that property (or a semantic alternative) is defined by this instance (which overwrites the inherited behaviour).voidsetMoveSelectorConfig(@Nullable MoveSelectorConfig moveSelectorConfig) toString()voidvisitReferencedClasses(@NonNull Consumer<Class<?>> classVisitor) Call the class visitor on each (possibly null) Class instance provided to this config by the user (including those provided in child configs).@NonNull PooledEntityPlacerConfigwithMoveSelectorConfig(@NonNull MoveSelectorConfig moveSelectorConfig)
-
Constructor Details
-
PooledEntityPlacerConfig
public PooledEntityPlacerConfig()
-
-
Method Details
-
getMoveSelectorConfig
-
setMoveSelectorConfig
-
withMoveSelectorConfig
public @NonNull PooledEntityPlacerConfig withMoveSelectorConfig(@NonNull MoveSelectorConfig moveSelectorConfig) -
inherit
Description copied from class:AbstractConfigInherits each property of theinheritedConfigunless that property (or a semantic alternative) is defined by this instance (which overwrites the inherited behaviour).After the inheritance, if a property on this
AbstractConfigcomposition is replaced, it should not affect the inherited composition instance.- Specified by:
inheritin classAbstractConfig<PooledEntityPlacerConfig>- Returns:
- this
-
copyConfig
Description copied from class:AbstractConfigTypically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on it.- Specified by:
copyConfigin classAbstractConfig<PooledEntityPlacerConfig>- Returns:
- new instance
-
visitReferencedClasses
Description copied from class:AbstractConfigCall the class visitor on each (possibly null) Class instance provided to this config by the user (including those provided in child configs). Required to create the bean factory in Quarkus.- Specified by:
visitReferencedClassesin classAbstractConfig<PooledEntityPlacerConfig>- Parameters:
classVisitor- The visitor of classes. Can accept null instances of Class.
-
toString
- Overrides:
toStringin classAbstractConfig<PooledEntityPlacerConfig>
-