Drools Planner distribution 6.0.0-SNAPSHOT

Uses of Class
org.drools.planner.core.heuristic.selector.common.decorator.SelectionSorterOrder

Packages that use SelectionSorterOrder
org.drools.planner.config.heuristic.selector.entity   
org.drools.planner.config.heuristic.selector.move   
org.drools.planner.core.heuristic.selector.common.decorator   
 

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

Fields in org.drools.planner.config.heuristic.selector.entity declared as SelectionSorterOrder
protected  SelectionSorterOrder EntitySelectorConfig.sorterOrder
           
 

Methods in org.drools.planner.config.heuristic.selector.entity that return SelectionSorterOrder
 SelectionSorterOrder EntitySelectorConfig.getSorterOrder()
           
 

Methods in org.drools.planner.config.heuristic.selector.entity with parameters of type SelectionSorterOrder
 void EntitySelectorConfig.setSorterOrder(SelectionSorterOrder sorterOrder)
           
 

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

Fields in org.drools.planner.config.heuristic.selector.move declared as SelectionSorterOrder
protected  SelectionSorterOrder MoveSelectorConfig.sorterOrder
           
 

Methods in org.drools.planner.config.heuristic.selector.move that return SelectionSorterOrder
 SelectionSorterOrder MoveSelectorConfig.getSorterOrder()
           
 

Methods in org.drools.planner.config.heuristic.selector.move with parameters of type SelectionSorterOrder
 void MoveSelectorConfig.setSorterOrder(SelectionSorterOrder sorterOrder)
           
 

Uses of SelectionSorterOrder in org.drools.planner.core.heuristic.selector.common.decorator
 

Methods in org.drools.planner.core.heuristic.selector.common.decorator that return SelectionSorterOrder
static SelectionSorterOrder SelectionSorterOrder.resolve(SelectionSorterOrder sorterOrder)
           
static SelectionSorterOrder SelectionSorterOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SelectionSorterOrder[] SelectionSorterOrder.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.decorator with parameters of type SelectionSorterOrder
static SelectionSorterOrder SelectionSorterOrder.resolve(SelectionSorterOrder sorterOrder)
           
 

Constructors in org.drools.planner.core.heuristic.selector.common.decorator with parameters of type SelectionSorterOrder
ComparatorSelectionSorter(Comparator<Object> comparator, SelectionSorterOrder selectionSorterOrder)
           
WeightFactorySelectionSorter(SelectionSorterWeightFactory<Solution,Object> selectionSorterWeightFactory, SelectionSorterOrder selectionSorterOrder)
           
 


Drools Planner distribution 6.0.0-SNAPSHOT

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