Free cookie consent management tool by TermsFeed Policy Generator

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

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

Added Views and Classes for Filtering

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