Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IFilterLogic.cs @ 10244

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

Added logic classes and interfaces

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