Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/Filter/IFilter.cs @ 10620

Last change on this file since 10620 was 10589, checked in by psteiner, 10 years ago

Implemented Filterview, ComparisonFilterView

File size: 222 bytes
Line 
1using HeuristicLab.Core;
2using System;
3using System.Collections.Generic;
4using System.Linq;
5using System.Text;
6
7namespace HeuristicLab.DataPreprocessing.Filter
8{
9  public interface IFilter : IItem
10  {
11  }
12}
Note: See TracBrowser for help on using the repository browser.