Class CompositeSelectionFilter<Solution_,T>

java.lang.Object
org.optaplanner.core.impl.heuristic.selector.common.decorator.CompositeSelectionFilter<Solution_,T>
Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
T - the selection type
All Implemented Interfaces:
SelectionFilter<Solution_,T>

public final class CompositeSelectionFilter<Solution_,T> extends Object implements SelectionFilter<Solution_,T>
Combines several SelectionFilters into one. Does a logical AND over the accept status of its filters.