OptaPlanner core 6.2.0.Beta1

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.config.heuristic.selector.value   
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.config.heuristic.selector.value
 

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

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

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

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,T> selectionSorterWeightFactory, SelectionSorterOrder selectionSorterOrder)
           
 


OptaPlanner core 6.2.0.Beta1

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