OptaPlanner distribution 6.0.2-SNAPSHOT

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

Packages that use SelectionFilter
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.entity.decorator   
org.optaplanner.core.impl.heuristic.selector.move.decorator   
org.optaplanner.core.impl.heuristic.selector.value.decorator   
org.optaplanner.examples.curriculumcourse.domain.solver   
org.optaplanner.examples.curriculumcourse.solver.move   
org.optaplanner.examples.manners2009.solver.move   
org.optaplanner.examples.nurserostering.domain.solver   
org.optaplanner.examples.projectjobscheduling.domain.solver   
org.optaplanner.examples.travelingtournament.solver.move.factory   
 

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

Subinterfaces of SelectionFilter in org.optaplanner.core.api.domain.entity
static interface PlanningEntity.NullMovableEntitySelectionFilter
           
 

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

Subinterfaces of SelectionFilter in org.optaplanner.core.api.domain.variable
static interface PlanningVariable.NullReinitializeVariableEntityFilter
           
 

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

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

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

Method parameters in org.optaplanner.core.config.heuristic.selector.entity with type arguments of type SelectionFilter
 void EntitySelectorConfig.setFilterClassList(List<Class<? extends SelectionFilter>> filterClassList)
           
 

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

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

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

Method parameters in org.optaplanner.core.config.heuristic.selector.move with type arguments of type SelectionFilter
 void MoveSelectorConfig.setFilterClassList(List<Class<? extends SelectionFilter>> filterClassList)
           
 

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

Methods in org.optaplanner.core.impl.domain.entity that return SelectionFilter
 SelectionFilter PlanningEntityDescriptor.getMovableEntitySelectionFilter()
           
 

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

Methods in org.optaplanner.core.impl.domain.variable that return SelectionFilter
 SelectionFilter PlanningVariableDescriptor.getReinitializeVariableEntityFilter()
           
 

Uses of SelectionFilter in org.optaplanner.core.impl.heuristic.selector.entity.decorator
 

Classes in org.optaplanner.core.impl.heuristic.selector.entity.decorator that implement SelectionFilter
 class NullValueReinitializeVariableEntityFilter
          Behaves as if it was a UninitializedVariableEntityFilter, except when the variable is PlanningVariable.nullable().
 

Fields in org.optaplanner.core.impl.heuristic.selector.entity.decorator with type parameters of type SelectionFilter
protected  List<SelectionFilter> FilteringEntitySelector.filterList
           
 

Constructor parameters in org.optaplanner.core.impl.heuristic.selector.entity.decorator with type arguments of type SelectionFilter
FilteringEntitySelector(EntitySelector childEntitySelector, List<SelectionFilter> filterList)
           
 

Uses of SelectionFilter in org.optaplanner.core.impl.heuristic.selector.move.decorator
 

Fields in org.optaplanner.core.impl.heuristic.selector.move.decorator with type parameters of type SelectionFilter
protected  List<SelectionFilter> FilteringMoveSelector.filterList
           
 

Constructor parameters in org.optaplanner.core.impl.heuristic.selector.move.decorator with type arguments of type SelectionFilter
FilteringMoveSelector(MoveSelector childMoveSelector, List<SelectionFilter> filterList)
           
 

Uses of SelectionFilter in org.optaplanner.core.impl.heuristic.selector.value.decorator
 

Fields in org.optaplanner.core.impl.heuristic.selector.value.decorator declared as SelectionFilter
protected  SelectionFilter ReinitializeVariableValueSelector.reinitializeVariableEntityFilter
           
 

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

Classes in org.optaplanner.examples.curriculumcourse.domain.solver that implement SelectionFilter
 class MovableLectureSelectionFilter
           
 

Uses of SelectionFilter in org.optaplanner.examples.curriculumcourse.solver.move
 

Classes in org.optaplanner.examples.curriculumcourse.solver.move that implement SelectionFilter
 class DifferentCourseSwapMoveFilter
           
 

Uses of SelectionFilter in org.optaplanner.examples.manners2009.solver.move
 

Classes in org.optaplanner.examples.manners2009.solver.move that implement SelectionFilter
 class DifferentGenderSwapMoveFilter
           
 

Uses of SelectionFilter in org.optaplanner.examples.nurserostering.domain.solver
 

Classes in org.optaplanner.examples.nurserostering.domain.solver that implement SelectionFilter
 class MovableShiftAssignmentSelectionFilter
           
 

Uses of SelectionFilter in org.optaplanner.examples.projectjobscheduling.domain.solver
 

Classes in org.optaplanner.examples.projectjobscheduling.domain.solver that implement SelectionFilter
 class NotSourceOrSinkAllocationFilter
           
 

Uses of SelectionFilter in org.optaplanner.examples.travelingtournament.solver.move.factory
 

Classes in org.optaplanner.examples.travelingtournament.solver.move.factory that implement SelectionFilter
 class InverseMatchSwapMoveFilter
           
 


OptaPlanner distribution 6.0.2-SNAPSHOT

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