OptaPlanner core 6.0.0.Beta3

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

Packages that use SelectionSorterWeightFactory
org.optaplanner.core.api.domain.entity   
org.optaplanner.core.api.domain.variable   
org.optaplanner.core.config.heuristic.selector.entity   
org.optaplanner.core.config.heuristic.selector.move   
org.optaplanner.core.impl.domain.entity   
org.optaplanner.core.impl.domain.variable   
org.optaplanner.core.impl.heuristic.selector.common.decorator   
 

Uses of SelectionSorterWeightFactory in org.optaplanner.core.api.domain.entity
 

Subinterfaces of SelectionSorterWeightFactory in org.optaplanner.core.api.domain.entity
static interface PlanningEntity.NullDifficultyWeightFactory
           
 

Uses of SelectionSorterWeightFactory in org.optaplanner.core.api.domain.variable
 

Subinterfaces of SelectionSorterWeightFactory in org.optaplanner.core.api.domain.variable
static interface PlanningVariable.NullStrengthWeightFactory
           
 

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

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

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

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

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

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

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

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

Uses of SelectionSorterWeightFactory in org.optaplanner.core.impl.domain.entity
 

Methods in org.optaplanner.core.impl.domain.entity with parameters of type SelectionSorterWeightFactory
 void PlanningEntitySorter.setDifficultyWeightFactory(SelectionSorterWeightFactory difficultyWeightFactory)
          Deprecated.  
 

Uses of SelectionSorterWeightFactory in org.optaplanner.core.impl.domain.variable
 

Methods in org.optaplanner.core.impl.domain.variable with parameters of type SelectionSorterWeightFactory
 void PlanningValueSorter.setStrengthWeightFactory(SelectionSorterWeightFactory strengthWeightFactory)
          Deprecated.  
 

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

Constructors in org.optaplanner.core.impl.heuristic.selector.common.decorator with parameters of type SelectionSorterWeightFactory
WeightFactorySelectionSorter(SelectionSorterWeightFactory<Solution,Object> selectionSorterWeightFactory, SelectionSorterOrder selectionSorterOrder)
           
 


OptaPlanner core 6.0.0.Beta3

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