- Timestamp:
- 03/19/14 13:00:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IFilterLogic.cs
r10558 r10619 20 20 #endregion 21 21 22 using HeuristicLab.DataPreprocessing.Filter; 23 using System.Collections.Generic; 22 24 namespace HeuristicLab.DataPreprocessing { 23 25 public interface IFilterLogic { 26 List<bool> Preview(IList<IFilter> filters); 27 void Apply(IList<IFilter> filters); 24 28 } 25 29 }
Note: See TracChangeset
for help on using the changeset viewer.