Uses of Class
org.optaplanner.core.config.constructionheuristic.placer.PooledEntityPlacerConfig
-
Packages that use PooledEntityPlacerConfig Package Description org.optaplanner.core.config.constructionheuristic.placer org.optaplanner.core.impl.constructionheuristic.placer -
-
Uses of PooledEntityPlacerConfig in org.optaplanner.core.config.constructionheuristic.placer
Methods in org.optaplanner.core.config.constructionheuristic.placer that return PooledEntityPlacerConfig Modifier and Type Method Description PooledEntityPlacerConfig
PooledEntityPlacerConfig. copyConfig()
PooledEntityPlacerConfig
PooledEntityPlacerConfig. inherit(PooledEntityPlacerConfig inheritedConfig)
Methods in org.optaplanner.core.config.constructionheuristic.placer with parameters of type PooledEntityPlacerConfig Modifier and Type Method Description PooledEntityPlacerConfig
PooledEntityPlacerConfig. inherit(PooledEntityPlacerConfig inheritedConfig)
-
Uses of PooledEntityPlacerConfig in org.optaplanner.core.impl.constructionheuristic.placer
Methods in org.optaplanner.core.impl.constructionheuristic.placer that return PooledEntityPlacerConfig Modifier and Type Method Description static <Solution_>
PooledEntityPlacerConfigPooledEntityPlacerFactory. unfoldNew(HeuristicConfigPolicy<Solution_> configPolicy, MoveSelectorConfig templateMoveSelectorConfig)
Constructors in org.optaplanner.core.impl.constructionheuristic.placer with parameters of type PooledEntityPlacerConfig Constructor Description PooledEntityPlacerFactory(PooledEntityPlacerConfig placerConfig)
-