Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 10557 was 10557, checked in by pfleck, 10 years ago
  • moved all views into views-assembly
File size: 255 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  public interface IFilter : IItem, IContent
11  {
12
13  }
14}
Note: See TracBrowser for help on using the repository browser.