Class QueuedEntityPlacerConfig
java.lang.Object
ai.timefold.solver.core.config.AbstractConfig<Config_>
ai.timefold.solver.core.config.constructionheuristic.placer.EntityPlacerConfig<QueuedEntityPlacerConfig>
ai.timefold.solver.core.config.constructionheuristic.placer.QueuedEntityPlacerConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EntitySelectorConfigprotected List<MoveSelectorConfig> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTypically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on it.inherit(QueuedEntityPlacerConfig inheritedConfig) Inherits each property of theinheritedConfigunless that property (or a semantic alternative) is defined by this instance (which overwrites the inherited behaviour).voidsetEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) voidsetMoveSelectorConfigList(List<MoveSelectorConfig> moveSelectorConfigList) toString()voidvisitReferencedClasses(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).withEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) withMoveSelectorConfigList(List<MoveSelectorConfig> moveSelectorConfigList) withMoveSelectorConfigs(MoveSelectorConfig... moveSelectorConfigs)
-
Field Details
-
entitySelectorConfig
-
moveSelectorConfigList
-
-
Constructor Details
-
QueuedEntityPlacerConfig
public QueuedEntityPlacerConfig()
-
-
Method Details
-
getEntitySelectorConfig
-
setEntitySelectorConfig
-
getMoveSelectorConfigList
-
setMoveSelectorConfigList
-
withEntitySelectorConfig
-
withMoveSelectorConfigList
public QueuedEntityPlacerConfig withMoveSelectorConfigList(List<MoveSelectorConfig> moveSelectorConfigList) -
withMoveSelectorConfigs
-
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<QueuedEntityPlacerConfig>- Parameters:
inheritedConfig- never null- Returns:
- this
-
copyConfig
Description copied from class:AbstractConfigTypically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on it.- Specified by:
copyConfigin classAbstractConfig<QueuedEntityPlacerConfig>- 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<QueuedEntityPlacerConfig>- Parameters:
classVisitor- The visitor of classes, never null. Can accept null instances of Class.
-
toString
- Overrides:
toStringin classAbstractConfig<QueuedEntityPlacerConfig>
-