OptaPlanner core 6.2.0.Beta1

Uses of Interface
org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorter

Packages that use SelectionSorter
org.optaplanner.core.config.heuristic.selector.entity   
org.optaplanner.core.config.heuristic.selector.move   
org.optaplanner.core.config.heuristic.selector.value   
org.optaplanner.core.impl.domain.entity.descriptor   
org.optaplanner.core.impl.domain.variable.descriptor   
org.optaplanner.core.impl.heuristic.selector.common.decorator   
org.optaplanner.core.impl.heuristic.selector.entity.decorator   
org.optaplanner.core.impl.heuristic.selector.move.decorator   
org.optaplanner.core.impl.heuristic.selector.value.decorator   
 

Uses of SelectionSorter in org.optaplanner.core.config.heuristic.selector.entity
 

Fields in org.optaplanner.core.config.heuristic.selector.entity with type parameters of type SelectionSorter
protected  Class<? extends SelectionSorter> EntitySelectorConfig.sorterClass
           
 

Methods in org.optaplanner.core.config.heuristic.selector.entity that return SelectionSorter
 SelectionSorter EntitySorterManner.determineSorter(EntityDescriptor entityDescriptor)
           
 

Methods in org.optaplanner.core.config.heuristic.selector.entity that return types with arguments of type SelectionSorter
 Class<? extends SelectionSorter> EntitySelectorConfig.getSorterClass()
           
 

Method parameters in org.optaplanner.core.config.heuristic.selector.entity with type arguments of type SelectionSorter
 void EntitySelectorConfig.setSorterClass(Class<? extends SelectionSorter> sorterClass)
           
 

Uses of SelectionSorter in org.optaplanner.core.config.heuristic.selector.move
 

Fields in org.optaplanner.core.config.heuristic.selector.move with type parameters of type SelectionSorter
protected  Class<? extends SelectionSorter> MoveSelectorConfig.sorterClass
           
 

Methods in org.optaplanner.core.config.heuristic.selector.move that return types with arguments of type SelectionSorter
 Class<? extends SelectionSorter> MoveSelectorConfig.getSorterClass()
           
 

Method parameters in org.optaplanner.core.config.heuristic.selector.move with type arguments of type SelectionSorter
 void MoveSelectorConfig.setSorterClass(Class<? extends SelectionSorter> sorterClass)
           
 

Uses of SelectionSorter in org.optaplanner.core.config.heuristic.selector.value
 

Fields in org.optaplanner.core.config.heuristic.selector.value with type parameters of type SelectionSorter
protected  Class<? extends SelectionSorter> ValueSelectorConfig.sorterClass
           
 

Methods in org.optaplanner.core.config.heuristic.selector.value that return SelectionSorter
 SelectionSorter ValueSorterManner.determineSorter(GenuineVariableDescriptor variableDescriptor)
           
 

Methods in org.optaplanner.core.config.heuristic.selector.value that return types with arguments of type SelectionSorter
 Class<? extends SelectionSorter> ValueSelectorConfig.getSorterClass()
           
 

Method parameters in org.optaplanner.core.config.heuristic.selector.value with type arguments of type SelectionSorter
 void ValueSelectorConfig.setSorterClass(Class<? extends SelectionSorter> sorterClass)
           
 

Uses of SelectionSorter in org.optaplanner.core.impl.domain.entity.descriptor
 

Methods in org.optaplanner.core.impl.domain.entity.descriptor that return SelectionSorter
 SelectionSorter EntityDescriptor.getDecreasingDifficultySorter()
           
 

Uses of SelectionSorter in org.optaplanner.core.impl.domain.variable.descriptor
 

Methods in org.optaplanner.core.impl.domain.variable.descriptor that return SelectionSorter
 SelectionSorter GenuineVariableDescriptor.getDecreasingStrengthSorter()
           
 SelectionSorter GenuineVariableDescriptor.getIncreasingStrengthSorter()
           
 

Uses of SelectionSorter in org.optaplanner.core.impl.heuristic.selector.common.decorator
 

Classes in org.optaplanner.core.impl.heuristic.selector.common.decorator that implement SelectionSorter
 class ComparatorSelectionSorter
           
 class WeightFactorySelectionSorter<T>
           
 

Uses of SelectionSorter in org.optaplanner.core.impl.heuristic.selector.entity.decorator
 

Fields in org.optaplanner.core.impl.heuristic.selector.entity.decorator declared as SelectionSorter
protected  SelectionSorter SortingEntitySelector.sorter
           
 

Constructors in org.optaplanner.core.impl.heuristic.selector.entity.decorator with parameters of type SelectionSorter
SortingEntitySelector(EntitySelector childEntitySelector, SelectionCacheType cacheType, SelectionSorter sorter)
           
 

Uses of SelectionSorter in org.optaplanner.core.impl.heuristic.selector.move.decorator
 

Fields in org.optaplanner.core.impl.heuristic.selector.move.decorator declared as SelectionSorter
protected  SelectionSorter SortingMoveSelector.sorter
           
 

Constructors in org.optaplanner.core.impl.heuristic.selector.move.decorator with parameters of type SelectionSorter
SortingMoveSelector(MoveSelector childMoveSelector, SelectionCacheType cacheType, SelectionSorter sorter)
           
 

Uses of SelectionSorter in org.optaplanner.core.impl.heuristic.selector.value.decorator
 

Fields in org.optaplanner.core.impl.heuristic.selector.value.decorator declared as SelectionSorter
protected  SelectionSorter SortingValueSelector.sorter
           
protected  SelectionSorter EntityDependentSortingValueSelector.sorter
           
 

Constructors in org.optaplanner.core.impl.heuristic.selector.value.decorator with parameters of type SelectionSorter
EntityDependentSortingValueSelector(ValueSelector childValueSelector, SelectionCacheType cacheType, SelectionSorter sorter)
           
SortingValueSelector(EntityIndependentValueSelector childValueSelector, SelectionCacheType cacheType, SelectionSorter sorter)
           
 


OptaPlanner core 6.2.0.Beta1

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