OptaPlanner distribution 6.1.0.Beta4

Uses of Class
org.optaplanner.core.config.heuristic.selector.value.ValueSorterManner

Packages that use ValueSorterManner
org.optaplanner.core.config.constructionheuristic   
org.optaplanner.core.config.exhaustivesearch   
org.optaplanner.core.config.heuristic.policy   
org.optaplanner.core.config.heuristic.selector.value   
 

Uses of ValueSorterManner in org.optaplanner.core.config.constructionheuristic
 

Methods in org.optaplanner.core.config.constructionheuristic that return ValueSorterManner
 ValueSorterManner ConstructionHeuristicPhaseConfig.ConstructionHeuristicType.getDefaultValueSorterManner()
           
 

Uses of ValueSorterManner in org.optaplanner.core.config.exhaustivesearch
 

Fields in org.optaplanner.core.config.exhaustivesearch declared as ValueSorterManner
protected  ValueSorterManner ExhaustiveSearchPhaseConfig.valueSorterManner
           
 

Methods in org.optaplanner.core.config.exhaustivesearch that return ValueSorterManner
 ValueSorterManner ExhaustiveSearchPhaseConfig.ExhaustiveSearchType.getDefaultValueSorterManner()
           
 ValueSorterManner ExhaustiveSearchPhaseConfig.getValueSorterManner()
           
 

Methods in org.optaplanner.core.config.exhaustivesearch with parameters of type ValueSorterManner
 void ExhaustiveSearchPhaseConfig.setValueSorterManner(ValueSorterManner valueSorterManner)
           
 

Uses of ValueSorterManner in org.optaplanner.core.config.heuristic.policy
 

Methods in org.optaplanner.core.config.heuristic.policy that return ValueSorterManner
 ValueSorterManner HeuristicConfigPolicy.getValueSorterManner()
           
 

Methods in org.optaplanner.core.config.heuristic.policy with parameters of type ValueSorterManner
 void HeuristicConfigPolicy.setValueSorterManner(ValueSorterManner valueSorterManner)
           
 

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

Fields in org.optaplanner.core.config.heuristic.selector.value declared as ValueSorterManner
protected  ValueSorterManner ValueSelectorConfig.sorterManner
           
 

Methods in org.optaplanner.core.config.heuristic.selector.value that return ValueSorterManner
 ValueSorterManner ValueSelectorConfig.getSorterManner()
           
static ValueSorterManner ValueSorterManner.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValueSorterManner[] ValueSorterManner.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.value with parameters of type ValueSorterManner
 void ValueSelectorConfig.setSorterManner(ValueSorterManner sorterManner)
           
 


OptaPlanner distribution 6.1.0.Beta4

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