Uses of Class
org.optaplanner.core.config.heuristic.selector.entity.EntitySelectorConfig
-
-
Uses of EntitySelectorConfig in org.optaplanner.core.config.constructionheuristic.placer
Fields in org.optaplanner.core.config.constructionheuristic.placer declared as EntitySelectorConfig Modifier and Type Field Description protected EntitySelectorConfigQueuedEntityPlacerConfig. entitySelectorConfigMethods in org.optaplanner.core.config.constructionheuristic.placer that return EntitySelectorConfig Modifier and Type Method Description EntitySelectorConfigQueuedEntityPlacerConfig. getEntitySelectorConfig()Methods in org.optaplanner.core.config.constructionheuristic.placer with parameters of type EntitySelectorConfig Modifier and Type Method Description voidQueuedEntityPlacerConfig. setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) -
Uses of EntitySelectorConfig in org.optaplanner.core.config.exhaustivesearch
Fields in org.optaplanner.core.config.exhaustivesearch declared as EntitySelectorConfig Modifier and Type Field Description protected EntitySelectorConfigExhaustiveSearchPhaseConfig. entitySelectorConfigMethods in org.optaplanner.core.config.exhaustivesearch that return EntitySelectorConfig Modifier and Type Method Description EntitySelectorConfigExhaustiveSearchPhaseConfig. getEntitySelectorConfig()Methods in org.optaplanner.core.config.exhaustivesearch with parameters of type EntitySelectorConfig Modifier and Type Method Description voidExhaustiveSearchPhaseConfig. setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) -
Uses of EntitySelectorConfig in org.optaplanner.core.config.heuristic.selector.common.nearby
Fields in org.optaplanner.core.config.heuristic.selector.common.nearby declared as EntitySelectorConfig Modifier and Type Field Description protected EntitySelectorConfigNearbySelectionConfig. originEntitySelectorConfigMethods in org.optaplanner.core.config.heuristic.selector.common.nearby that return EntitySelectorConfig Modifier and Type Method Description EntitySelectorConfigNearbySelectionConfig. getOriginEntitySelectorConfig()Methods in org.optaplanner.core.config.heuristic.selector.common.nearby with parameters of type EntitySelectorConfig Modifier and Type Method Description voidNearbySelectionConfig. setOriginEntitySelectorConfig(EntitySelectorConfig originEntitySelectorConfig) -
Uses of EntitySelectorConfig in org.optaplanner.core.config.heuristic.selector.entity
Methods in org.optaplanner.core.config.heuristic.selector.entity that return EntitySelectorConfig Modifier and Type Method Description EntitySelectorConfigEntitySelectorConfig. copyConfig()EntitySelectorConfigEntitySelectorConfig. inherit(EntitySelectorConfig inheritedConfig)static EntitySelectorConfigEntitySelectorConfig. newMimicSelectorConfig(String mimicSelectorRef)Methods in org.optaplanner.core.config.heuristic.selector.entity with parameters of type EntitySelectorConfig Modifier and Type Method Description EntitySelectorConfigEntitySelectorConfig. inherit(EntitySelectorConfig inheritedConfig)Constructors in org.optaplanner.core.config.heuristic.selector.entity with parameters of type EntitySelectorConfig Constructor Description EntitySelectorConfig(EntitySelectorConfig inheritedConfig) -
Uses of EntitySelectorConfig in org.optaplanner.core.config.heuristic.selector.entity.pillar
Fields in org.optaplanner.core.config.heuristic.selector.entity.pillar declared as EntitySelectorConfig Modifier and Type Field Description protected EntitySelectorConfigPillarSelectorConfig. entitySelectorConfigMethods in org.optaplanner.core.config.heuristic.selector.entity.pillar that return EntitySelectorConfig Modifier and Type Method Description EntitySelectorConfigPillarSelectorConfig. getEntitySelectorConfig()Methods in org.optaplanner.core.config.heuristic.selector.entity.pillar with parameters of type EntitySelectorConfig Modifier and Type Method Description voidPillarSelectorConfig. setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) -
Uses of EntitySelectorConfig in org.optaplanner.core.config.heuristic.selector.move.generic
Methods in org.optaplanner.core.config.heuristic.selector.move.generic that return EntitySelectorConfig Modifier and Type Method Description EntitySelectorConfigChangeMoveSelectorConfig. getEntitySelectorConfig()EntitySelectorConfigSwapMoveSelectorConfig. getEntitySelectorConfig()EntitySelectorConfigSwapMoveSelectorConfig. getSecondaryEntitySelectorConfig()Methods in org.optaplanner.core.config.heuristic.selector.move.generic with parameters of type EntitySelectorConfig Modifier and Type Method Description voidChangeMoveSelectorConfig. setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig)voidSwapMoveSelectorConfig. setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig)voidSwapMoveSelectorConfig. setSecondaryEntitySelectorConfig(EntitySelectorConfig secondaryEntitySelectorConfig) -
Uses of EntitySelectorConfig in org.optaplanner.core.config.heuristic.selector.move.generic.chained
Methods in org.optaplanner.core.config.heuristic.selector.move.generic.chained that return EntitySelectorConfig Modifier and Type Method Description EntitySelectorConfigKOptMoveSelectorConfig. getEntitySelectorConfig()EntitySelectorConfigTailChainSwapMoveSelectorConfig. getEntitySelectorConfig()Methods in org.optaplanner.core.config.heuristic.selector.move.generic.chained with parameters of type EntitySelectorConfig Modifier and Type Method Description voidKOptMoveSelectorConfig. setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig)voidTailChainSwapMoveSelectorConfig. setEntitySelectorConfig(EntitySelectorConfig entitySelectorConfig) -
Uses of EntitySelectorConfig in org.optaplanner.core.impl.constructionheuristic.placer
Methods in org.optaplanner.core.impl.constructionheuristic.placer that return EntitySelectorConfig Modifier and Type Method Description EntitySelectorConfigQueuedEntityPlacerFactory. buildEntitySelectorConfig(HeuristicConfigPolicy<Solution_> configPolicy) -
Uses of EntitySelectorConfig in org.optaplanner.core.impl.heuristic.selector.entity
Methods in org.optaplanner.core.impl.heuristic.selector.entity with parameters of type EntitySelectorConfig Modifier and Type Method Description static <Solution_>
EntitySelectorFactory<Solution_>EntitySelectorFactory. create(EntitySelectorConfig entitySelectorConfig)Constructors in org.optaplanner.core.impl.heuristic.selector.entity with parameters of type EntitySelectorConfig Constructor Description EntitySelectorFactory(EntitySelectorConfig entitySelectorConfig)
-