Class QueuedValuePlacerConfig
java.lang.Object
ai.timefold.solver.core.config.AbstractConfig<Config_>
ai.timefold.solver.core.config.constructionheuristic.placer.EntityPlacerConfig<QueuedValuePlacerConfig>
ai.timefold.solver.core.config.constructionheuristic.placer.QueuedValuePlacerConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Class<?>protected ValueSelectorConfigstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull QueuedValuePlacerConfigTypically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on it.@Nullable Class<?>@Nullable MoveSelectorConfig@Nullable ValueSelectorConfig@NonNull QueuedValuePlacerConfiginherit(@NonNull QueuedValuePlacerConfig inheritedConfig) Inherits each property of theinheritedConfigunless that property (or a semantic alternative) is defined by this instance (which overwrites the inherited behaviour).voidsetEntityClass(@Nullable Class<?> entityClass) voidsetMoveSelectorConfig(@Nullable MoveSelectorConfig moveSelectorConfig) voidsetValueSelectorConfig(@Nullable ValueSelectorConfig valueSelectorConfig) 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 QueuedValuePlacerConfigwithEntityClass(@NonNull Class<?> entityClass) @NonNull QueuedValuePlacerConfigwithMoveSelectorConfig(@NonNull MoveSelectorConfig moveSelectorConfig) @NonNull QueuedValuePlacerConfigwithValueSelectorConfig(@NonNull ValueSelectorConfig valueSelectorConfig)
-
Field Details
-
XML_ELEMENT_NAME
- See Also:
-
entityClass
-
valueSelectorConfig
-
-
Constructor Details
-
QueuedValuePlacerConfig
public QueuedValuePlacerConfig()
-
-
Method Details
-
getEntityClass
-
setEntityClass
-
getValueSelectorConfig
-
setValueSelectorConfig
-
getMoveSelectorConfig
-
setMoveSelectorConfig
-
withEntityClass
-
withValueSelectorConfig
public @NonNull QueuedValuePlacerConfig withValueSelectorConfig(@NonNull ValueSelectorConfig valueSelectorConfig) -
withMoveSelectorConfig
public @NonNull QueuedValuePlacerConfig 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<QueuedValuePlacerConfig>- Returns:
- this
-
copyConfig
Description copied from class:AbstractConfigTypically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on it.- Specified by:
copyConfigin classAbstractConfig<QueuedValuePlacerConfig>- 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<QueuedValuePlacerConfig>- Parameters:
classVisitor- The visitor of classes. Can accept null instances of Class.
-
toString
- Overrides:
toStringin classAbstractConfig<QueuedValuePlacerConfig>
-