OptaPlanner core 6.0.0.CR2

Uses of Class
org.optaplanner.core.config.heuristic.selector.common.SelectionOrder

Packages that use SelectionOrder
org.optaplanner.core.config.heuristic.selector   
org.optaplanner.core.config.heuristic.selector.common   
org.optaplanner.core.config.heuristic.selector.entity   
org.optaplanner.core.config.heuristic.selector.entity.pillar   
org.optaplanner.core.config.heuristic.selector.move   
org.optaplanner.core.config.heuristic.selector.value   
org.optaplanner.core.config.heuristic.selector.value.chained   
 

Uses of SelectionOrder in org.optaplanner.core.config.heuristic.selector
 

Methods in org.optaplanner.core.config.heuristic.selector with parameters of type SelectionOrder
protected  void SelectorConfig.validateCacheTypeVersusSelectionOrder(SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder)
           
 

Uses of SelectionOrder in org.optaplanner.core.config.heuristic.selector.common
 

Methods in org.optaplanner.core.config.heuristic.selector.common that return SelectionOrder
static SelectionOrder SelectionOrder.fromRandomSelectionBoolean(boolean randomSelection)
           
static SelectionOrder SelectionOrder.resolve(SelectionOrder selectionOrder, SelectionOrder inheritedSelectionOrder)
           
static SelectionOrder SelectionOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SelectionOrder[] SelectionOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.optaplanner.core.config.heuristic.selector.common with parameters of type SelectionOrder
static SelectionOrder SelectionOrder.resolve(SelectionOrder selectionOrder, SelectionOrder inheritedSelectionOrder)
           
 

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

Fields in org.optaplanner.core.config.heuristic.selector.entity declared as SelectionOrder
protected  SelectionOrder EntitySelectorConfig.selectionOrder
           
 

Methods in org.optaplanner.core.config.heuristic.selector.entity that return SelectionOrder
 SelectionOrder EntitySelectorConfig.getSelectionOrder()
           
 

Methods in org.optaplanner.core.config.heuristic.selector.entity with parameters of type SelectionOrder
 EntitySelector EntitySelectorConfig.buildEntitySelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)
           
protected  boolean EntitySelectorConfig.determineBaseRandomSelection(PlanningEntityDescriptor entityDescriptor, SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder)
           
 void EntitySelectorConfig.setSelectionOrder(SelectionOrder selectionOrder)
           
 

Uses of SelectionOrder in org.optaplanner.core.config.heuristic.selector.entity.pillar
 

Methods in org.optaplanner.core.config.heuristic.selector.entity.pillar with parameters of type SelectionOrder
 PillarSelector PillarSelectorConfig.buildPillarSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)
           
 

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

Fields in org.optaplanner.core.config.heuristic.selector.move declared as SelectionOrder
protected  SelectionOrder MoveSelectorConfig.selectionOrder
           
 

Methods in org.optaplanner.core.config.heuristic.selector.move that return SelectionOrder
 SelectionOrder MoveSelectorConfig.getSelectionOrder()
           
 

Methods in org.optaplanner.core.config.heuristic.selector.move with parameters of type SelectionOrder
 MoveSelector MoveSelectorConfig.buildMoveSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)
           
protected  boolean MoveSelectorConfig.determineBaseRandomSelection(SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder)
           
 void MoveSelectorConfig.setSelectionOrder(SelectionOrder selectionOrder)
           
 

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

Fields in org.optaplanner.core.config.heuristic.selector.value declared as SelectionOrder
protected  SelectionOrder ValueSelectorConfig.selectionOrder
           
 

Methods in org.optaplanner.core.config.heuristic.selector.value that return SelectionOrder
 SelectionOrder ValueSelectorConfig.getSelectionOrder()
           
 

Methods in org.optaplanner.core.config.heuristic.selector.value with parameters of type SelectionOrder
protected  ValueSelector ValueSelectorConfig.applyInitializedChainedValueFilter(HeuristicConfigPolicy configPolicy, PlanningVariableDescriptor variableDescriptor, SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder, ValueSelector valueSelector)
           
 ValueSelector ValueSelectorConfig.buildValueSelector(HeuristicConfigPolicy configPolicy, PlanningEntityDescriptor entityDescriptor, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)
           
protected  boolean ValueSelectorConfig.determineBaseRandomSelection(PlanningVariableDescriptor variableDescriptor, SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder)
           
 void ValueSelectorConfig.setSelectionOrder(SelectionOrder selectionOrder)
           
 

Uses of SelectionOrder in org.optaplanner.core.config.heuristic.selector.value.chained
 

Methods in org.optaplanner.core.config.heuristic.selector.value.chained with parameters of type SelectionOrder
 SubChainSelector SubChainSelectorConfig.buildSubChainSelector(HeuristicConfigPolicy configPolicy, PlanningEntityDescriptor entityDescriptor, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)
           
 


OptaPlanner core 6.0.0.CR2

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