Uses of Class
ai.timefold.solver.core.config.constructionheuristic.placer.QueuedValuePlacerConfig
-
Packages that use QueuedValuePlacerConfig Package Description ai.timefold.solver.core.config.constructionheuristic.placer ai.timefold.solver.core.impl.constructionheuristic.placer -
-
Uses of QueuedValuePlacerConfig in ai.timefold.solver.core.config.constructionheuristic.placer
Methods in ai.timefold.solver.core.config.constructionheuristic.placer that return QueuedValuePlacerConfig Modifier and Type Method Description QueuedValuePlacerConfigQueuedValuePlacerConfig. copyConfig()QueuedValuePlacerConfigQueuedValuePlacerConfig. inherit(QueuedValuePlacerConfig inheritedConfig)QueuedValuePlacerConfigQueuedValuePlacerConfig. withEntityClass(Class<?> entityClass)QueuedValuePlacerConfigQueuedValuePlacerConfig. withMoveSelectorConfig(MoveSelectorConfig moveSelectorConfig)QueuedValuePlacerConfigQueuedValuePlacerConfig. withValueSelectorConfig(ValueSelectorConfig valueSelectorConfig)Methods in ai.timefold.solver.core.config.constructionheuristic.placer with parameters of type QueuedValuePlacerConfig Modifier and Type Method Description QueuedValuePlacerConfigQueuedValuePlacerConfig. inherit(QueuedValuePlacerConfig inheritedConfig) -
Uses of QueuedValuePlacerConfig in ai.timefold.solver.core.impl.constructionheuristic.placer
Methods in ai.timefold.solver.core.impl.constructionheuristic.placer that return QueuedValuePlacerConfig Modifier and Type Method Description static QueuedValuePlacerConfigQueuedValuePlacerFactory. unfoldNew(MoveSelectorConfig templateMoveSelectorConfig)Constructors in ai.timefold.solver.core.impl.constructionheuristic.placer with parameters of type QueuedValuePlacerConfig Constructor Description QueuedValuePlacerFactory(QueuedValuePlacerConfig placerConfig)
-