Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/23/14 15:51:41 (10 years ago)
Author:
psteiner
Message:

filter or combination
filter control: checkedlistview

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IFilterLogic.cs

    r10638 r10785  
    2424namespace HeuristicLab.DataPreprocessing {
    2525  public interface IFilterLogic {
    26     bool[] Preview(IList<IFilter> filters);
    27     void Apply(IList<IFilter> filters);
     26    bool[] Preview(IList<IFilter> filters, bool isAndCombination);
     27    void Apply(IList<IFilter> filters, bool isAndCombination);
    2828    IPreprocessingData PreprocessingData{get;}
     29    void Reset();
    2930  }
    3031}
Note: See TracChangeset for help on using the changeset viewer.