OptaPlanner distribution 6.0.0.Beta4

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   
org.optaplanner.examples.curriculumcourse.domain.solver   
org.optaplanner.examples.nqueens.domain.solution   
org.optaplanner.examples.pas.domain.solver   
 

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)
           
 

Uses of SelectionSorterWeightFactory in org.optaplanner.examples.curriculumcourse.domain.solver
 

Classes in org.optaplanner.examples.curriculumcourse.domain.solver that implement SelectionSorterWeightFactory
 class LectureDifficultyWeightFactory
           
 class PeriodStrengthWeightFactory
           
 class RoomStrengthWeightFactory
           
 

Uses of SelectionSorterWeightFactory in org.optaplanner.examples.nqueens.domain.solution
 

Classes in org.optaplanner.examples.nqueens.domain.solution that implement SelectionSorterWeightFactory
 class QueenDifficultyWeightFactory
           
 class RowStrengthWeightFactory
           
 

Uses of SelectionSorterWeightFactory in org.optaplanner.examples.pas.domain.solver
 

Classes in org.optaplanner.examples.pas.domain.solver that implement SelectionSorterWeightFactory
 class BedDesignationDifficultyWeightFactory
           
 


OptaPlanner distribution 6.0.0.Beta4

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