Class 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 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.