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 EntityPlacerConfigConstructionHeuristicPhaseConfig. entityPlacerConfigMethods in org.optaplanner.core.config.constructionheuristic that return EntityPlacerConfig Modifier and Type Method Description EntityPlacerConfigConstructionHeuristicPhaseConfig. getEntityPlacerConfig()Methods in org.optaplanner.core.config.constructionheuristic with parameters of type EntityPlacerConfig Modifier and Type Method Description voidConstructionHeuristicPhaseConfig. setEntityPlacerConfig(EntityPlacerConfig entityPlacerConfig)ConstructionHeuristicPhaseConfigConstructionHeuristicPhaseConfig. 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 classEntityPlacerConfig<Config_ extends EntityPlacerConfig<Config_>>General superclass forQueuedEntityPlacerConfigandPooledEntityPlacerConfig.Subclasses of EntityPlacerConfig in org.optaplanner.core.config.constructionheuristic.placer Modifier and Type Class Description classPooledEntityPlacerConfigclassQueuedEntityPlacerConfigclassQueuedValuePlacerConfig -
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)
-