Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.DataAnalysis/IDatasetManipulator.cs @ 303

Last change on this file since 303 was 234, checked in by gkronber, 16 years ago

implemented #143

File size: 241 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace HeuristicLab.DataAnalysis {
7  interface IDatasetManipulator {
8    string Action { get; }
9    void Execute(Dataset dataset);
10  }
11}
Note: See TracBrowser for help on using the repository browser.