Uses of Class
org.optaplanner.core.config.constructionheuristic.placer.EntityPlacerConfig
-
-
Uses of EntityPlacerConfig in org.optaplanner.core.config.constructionheuristic
Fields in org.optaplanner.core.config.constructionheuristic declared as EntityPlacerConfig Modifier and Type Field Description protected EntityPlacerConfig
ConstructionHeuristicPhaseConfig. entityPlacerConfig
Methods in org.optaplanner.core.config.constructionheuristic that return EntityPlacerConfig Modifier and Type Method Description EntityPlacerConfig
ConstructionHeuristicPhaseConfig. getEntityPlacerConfig()
Methods in org.optaplanner.core.config.constructionheuristic with parameters of type EntityPlacerConfig Modifier and Type Method Description void
ConstructionHeuristicPhaseConfig. setEntityPlacerConfig(EntityPlacerConfig entityPlacerConfig)
ConstructionHeuristicPhaseConfig
ConstructionHeuristicPhaseConfig. withEntityPlacerConfig(EntityPlacerConfig<?> entityPlacerConfig)
-
Uses of EntityPlacerConfig in org.optaplanner.core.config.constructionheuristic.placer
Classes in org.optaplanner.core.config.constructionheuristic.placer with type parameters of type EntityPlacerConfig Modifier and Type Class Description class
EntityPlacerConfig<Config_ extends EntityPlacerConfig<Config_>>
General superclass forQueuedEntityPlacerConfig
andPooledEntityPlacerConfig
.Subclasses of EntityPlacerConfig in org.optaplanner.core.config.constructionheuristic.placer Modifier and Type Class Description class
PooledEntityPlacerConfig
class
QueuedEntityPlacerConfig
class
QueuedValuePlacerConfig
-
Uses of EntityPlacerConfig in org.optaplanner.core.impl.constructionheuristic.placer
Methods in org.optaplanner.core.impl.constructionheuristic.placer with parameters of type EntityPlacerConfig Modifier and Type Method Description static <Solution_>
EntityPlacerFactory<Solution_>EntityPlacerFactory. create(EntityPlacerConfig<?> entityPlacerConfig)
-