Uses of Class
org.drools.planner.core.heuristic.selector.common.SelectionCacheType

Packages that use SelectionCacheType
org.drools.planner.config.heuristic.selector.entity   
org.drools.planner.config.heuristic.selector.entity.pillar   
org.drools.planner.config.heuristic.selector.move   
org.drools.planner.config.heuristic.selector.move.composite   
org.drools.planner.config.heuristic.selector.move.factory   
org.drools.planner.config.heuristic.selector.move.generic   
org.drools.planner.config.heuristic.selector.move.generic.chained   
org.drools.planner.config.heuristic.selector.value   
org.drools.planner.config.heuristic.selector.value.chained   
org.drools.planner.core.heuristic.selector.common   
org.drools.planner.core.heuristic.selector.entity   
org.drools.planner.core.heuristic.selector.entity.decorator   
org.drools.planner.core.heuristic.selector.move.decorator   
org.drools.planner.core.heuristic.selector.move.factory   
org.drools.planner.core.heuristic.selector.value   
org.drools.planner.core.heuristic.selector.value.decorator   
 

Uses of SelectionCacheType in org.drools.planner.config.heuristic.selector.entity
 

Fields in org.drools.planner.config.heuristic.selector.entity declared as SelectionCacheType
protected  SelectionCacheType EntitySelectorConfig.cacheType
           
 

Methods in org.drools.planner.config.heuristic.selector.entity that return SelectionCacheType
 SelectionCacheType EntitySelectorConfig.getCacheType()
           
 

Methods in org.drools.planner.config.heuristic.selector.entity with parameters of type SelectionCacheType
 EntitySelector EntitySelectorConfig.buildEntitySelector(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)
           
 void EntitySelectorConfig.setCacheType(SelectionCacheType cacheType)
           
 

Uses of SelectionCacheType in org.drools.planner.config.heuristic.selector.entity.pillar
 

Methods in org.drools.planner.config.heuristic.selector.entity.pillar with parameters of type SelectionCacheType
 PillarSelector PillarSelectorConfig.buildPillarSelector(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)
           
 

Uses of SelectionCacheType in org.drools.planner.config.heuristic.selector.move
 

Fields in org.drools.planner.config.heuristic.selector.move declared as SelectionCacheType
protected  SelectionCacheType MoveSelectorConfig.cacheType
           
 

Methods in org.drools.planner.config.heuristic.selector.move that return SelectionCacheType
 SelectionCacheType MoveSelectorConfig.getCacheType()
           
 

Methods in org.drools.planner.config.heuristic.selector.move with parameters of type SelectionCacheType
protected abstract  MoveSelector MoveSelectorConfig.buildBaseMoveSelector(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, SelectionCacheType minimumCacheType, SelectionOrder resolvedSelectionOrder)
           
 MoveSelector MoveSelectorConfig.buildMoveSelector(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)
           
 void MoveSelectorConfig.setCacheType(SelectionCacheType cacheType)
           
 

Uses of SelectionCacheType in org.drools.planner.config.heuristic.selector.move.composite
 

Methods in org.drools.planner.config.heuristic.selector.move.composite with parameters of type SelectionCacheType
 MoveSelector UnionMoveSelectorConfig.buildBaseMoveSelector(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, SelectionCacheType minimumCacheType, SelectionOrder resolvedSelectionOrder)
           
 MoveSelector CartesianProductMoveSelectorConfig.buildBaseMoveSelector(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, SelectionCacheType minimumCacheType, SelectionOrder resolvedSelectionOrder)
           
 

Uses of SelectionCacheType in org.drools.planner.config.heuristic.selector.move.factory
 

Methods in org.drools.planner.config.heuristic.selector.move.factory with parameters of type SelectionCacheType
 MoveSelector MoveListFactoryConfig.buildBaseMoveSelector(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, SelectionCacheType minimumCacheType, SelectionOrder resolvedSelectionOrder)
           
 MoveSelector MoveIteratorFactoryConfig.buildBaseMoveSelector(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, SelectionCacheType minimumCacheType, SelectionOrder resolvedSelectionOrder)
           
 

Uses of SelectionCacheType in org.drools.planner.config.heuristic.selector.move.generic
 

Methods in org.drools.planner.config.heuristic.selector.move.generic with parameters of type SelectionCacheType
 MoveSelector SwapMoveSelectorConfig.buildBaseMoveSelector(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, SelectionCacheType minimumCacheType, SelectionOrder resolvedSelectionOrder)
           
 MoveSelector ChangeMoveSelectorConfig.buildBaseMoveSelector(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, SelectionCacheType minimumCacheType, SelectionOrder resolvedSelectionOrder)
           
 MoveSelector PillarSwapMoveSelectorConfig.buildBaseMoveSelector(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, SelectionCacheType minimumCacheType, SelectionOrder resolvedSelectionOrder)
           
 

Uses of SelectionCacheType in org.drools.planner.config.heuristic.selector.move.generic.chained
 

Methods in org.drools.planner.config.heuristic.selector.move.generic.chained with parameters of type SelectionCacheType
 MoveSelector SubChainChangeMoveSelectorConfig.buildBaseMoveSelector(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, SelectionCacheType minimumCacheType, SelectionOrder resolvedSelectionOrder)
           
 MoveSelector SubChainSwapMoveSelectorConfig.buildBaseMoveSelector(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, SelectionCacheType minimumCacheType, SelectionOrder resolvedSelectionOrder)
           
 

Uses of SelectionCacheType in org.drools.planner.config.heuristic.selector.value
 

Fields in org.drools.planner.config.heuristic.selector.value declared as SelectionCacheType
protected  SelectionCacheType ValueSelectorConfig.cacheType
           
 

Methods in org.drools.planner.config.heuristic.selector.value that return SelectionCacheType
 SelectionCacheType ValueSelectorConfig.getCacheType()
           
 

Methods in org.drools.planner.config.heuristic.selector.value with parameters of type SelectionCacheType
 ValueSelector ValueSelectorConfig.buildValueSelector(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, PlanningEntityDescriptor entityDescriptor, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)
           
 void ValueSelectorConfig.setCacheType(SelectionCacheType cacheType)
           
 

Uses of SelectionCacheType in org.drools.planner.config.heuristic.selector.value.chained
 

Methods in org.drools.planner.config.heuristic.selector.value.chained with parameters of type SelectionCacheType
 SubChainSelector SubChainSelectorConfig.buildSubChainSelector(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, PlanningEntityDescriptor entityDescriptor, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)
           
 

Uses of SelectionCacheType in org.drools.planner.core.heuristic.selector.common
 

Fields in org.drools.planner.core.heuristic.selector.common declared as SelectionCacheType
protected  SelectionCacheType SelectionCacheLifecycleBridge.cacheType
           
 

Methods in org.drools.planner.core.heuristic.selector.common that return SelectionCacheType
static SelectionCacheType SelectionCacheType.max(SelectionCacheType a, SelectionCacheType b)
           
static SelectionCacheType SelectionCacheType.resolve(SelectionCacheType cacheType, SelectionCacheType minimumCacheType)
           
static SelectionCacheType SelectionCacheType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SelectionCacheType[] SelectionCacheType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.drools.planner.core.heuristic.selector.common with parameters of type SelectionCacheType
static SelectionCacheType SelectionCacheType.max(SelectionCacheType a, SelectionCacheType b)
           
static SelectionCacheType SelectionCacheType.resolve(SelectionCacheType cacheType, SelectionCacheType minimumCacheType)
           
 

Constructors in org.drools.planner.core.heuristic.selector.common with parameters of type SelectionCacheType
SelectionCacheLifecycleBridge(SelectionCacheType cacheType, SelectionCacheLifecycleListener selectionCacheLifecycleListener)
           
 

Uses of SelectionCacheType in org.drools.planner.core.heuristic.selector.entity
 

Fields in org.drools.planner.core.heuristic.selector.entity declared as SelectionCacheType
protected  SelectionCacheType FromSolutionEntitySelector.cacheType
           
 

Constructors in org.drools.planner.core.heuristic.selector.entity with parameters of type SelectionCacheType
FromSolutionEntitySelector(PlanningEntityDescriptor entityDescriptor, SelectionCacheType cacheType, boolean randomSelection)
           
 

Uses of SelectionCacheType in org.drools.planner.core.heuristic.selector.entity.decorator
 

Fields in org.drools.planner.core.heuristic.selector.entity.decorator declared as SelectionCacheType
protected  SelectionCacheType ProbabilityEntitySelector.cacheType
           
protected  SelectionCacheType AbstractCachingEntitySelector.cacheType
           
 

Constructors in org.drools.planner.core.heuristic.selector.entity.decorator with parameters of type SelectionCacheType
AbstractCachingEntitySelector(EntitySelector childEntitySelector, SelectionCacheType cacheType)
           
CachingEntitySelector(EntitySelector childEntitySelector, SelectionCacheType cacheType, boolean randomSelection)
           
DecreasingDifficultyEntitySelector(EntitySelector childEntitySelector, SelectionCacheType cacheType, PlanningEntitySorter planningEntitySorter)
          Deprecated.  
ProbabilityEntitySelector(EntitySelector childEntitySelector, SelectionCacheType cacheType, SelectionProbabilityWeightFactory entityProbabilityWeightFactory)
           
ShufflingEntitySelector(EntitySelector childEntitySelector, SelectionCacheType cacheType)
           
 

Uses of SelectionCacheType in org.drools.planner.core.heuristic.selector.move.decorator
 

Fields in org.drools.planner.core.heuristic.selector.move.decorator declared as SelectionCacheType
protected  SelectionCacheType AbstractCachingMoveSelector.cacheType
           
protected  SelectionCacheType ProbabilityMoveSelector.cacheType
           
 

Constructors in org.drools.planner.core.heuristic.selector.move.decorator with parameters of type SelectionCacheType
AbstractCachingMoveSelector(MoveSelector childMoveSelector, SelectionCacheType cacheType)
           
CachingMoveSelector(MoveSelector childMoveSelector, SelectionCacheType cacheType, boolean randomSelection)
           
ProbabilityMoveSelector(MoveSelector childMoveSelector, SelectionCacheType cacheType, SelectionProbabilityWeightFactory moveProbabilityWeightFactory)
           
ShufflingMoveSelector(MoveSelector childMoveSelector, SelectionCacheType cacheType)
           
 

Uses of SelectionCacheType in org.drools.planner.core.heuristic.selector.move.factory
 

Fields in org.drools.planner.core.heuristic.selector.move.factory declared as SelectionCacheType
protected  SelectionCacheType MoveListFactoryToMoveSelectorBridge.cacheType
           
 

Constructors in org.drools.planner.core.heuristic.selector.move.factory with parameters of type SelectionCacheType
MoveListFactoryToMoveSelectorBridge(MoveListFactory moveListFactory, SelectionCacheType cacheType, boolean randomSelection)
           
 

Uses of SelectionCacheType in org.drools.planner.core.heuristic.selector.value
 

Fields in org.drools.planner.core.heuristic.selector.value declared as SelectionCacheType
protected  SelectionCacheType FromSolutionPropertyValueSelector.cacheType
           
 

Constructors in org.drools.planner.core.heuristic.selector.value with parameters of type SelectionCacheType
FromSolutionPropertyValueSelector(PlanningVariableDescriptor variableDescriptor, SelectionCacheType cacheType, boolean randomSelection)
           
 

Uses of SelectionCacheType in org.drools.planner.core.heuristic.selector.value.decorator
 

Fields in org.drools.planner.core.heuristic.selector.value.decorator declared as SelectionCacheType
protected  SelectionCacheType AbstractCachingValueSelector.cacheType
           
protected  SelectionCacheType ProbabilityValueSelector.cacheType
           
 

Constructors in org.drools.planner.core.heuristic.selector.value.decorator with parameters of type SelectionCacheType
AbstractCachingValueSelector(ValueSelector childValueSelector, SelectionCacheType cacheType)
           
CachingValueSelector(ValueSelector childValueSelector, SelectionCacheType cacheType, boolean randomSelection)
           
ProbabilityValueSelector(ValueSelector childValueSelector, SelectionCacheType cacheType, SelectionProbabilityWeightFactory valueProbabilityWeightFactory)
           
ShufflingValueSelector(ValueSelector childValueSelector, SelectionCacheType cacheType)
           
 



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.