OptaPlanner core 6.0.0.CR2

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   
 

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
           
 


OptaPlanner core 6.0.0.CR2

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