Last change
on this file since 6133 was
6133,
checked in by gkronber, 14 years ago
|
#1471: imported generic parts of DataImporter from private code base
|
File size:
331 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Text;
|
---|
5 | using HeuristicLab.DataImporter.Data.Model;
|
---|
6 |
|
---|
7 | namespace HeuristicLab.DataImporter.Data.CommandBase {
|
---|
8 | public interface ICommandGenerator {
|
---|
9 | bool Enabled(DataSetState state);
|
---|
10 | ICommand GenerateCommand(DataSet dataSet);
|
---|
11 | }
|
---|
12 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.