- Timestamp:
- 03/19/14 16:10:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IFilterLogic.cs
r10620 r10638 24 24 namespace HeuristicLab.DataPreprocessing { 25 25 public interface IFilterLogic { 26 bool[] Preview(IList<ComparisonFilter> filters); 27 void Apply(IList<ComparisonFilter> filters); 26 bool[] Preview(IList<IFilter> filters); 27 void Apply(IList<IFilter> filters); 28 IPreprocessingData PreprocessingData{get;} 28 29 } 29 30 }
Note: See TracChangeset
for help on using the changeset viewer.