Changeset 10244 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IStatisticsLogic.cs
- Timestamp:
- 12/18/13 14:41:10 (11 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IStatisticsLogic.cs
r10239 r10244 5 5 6 6 namespace HeuristicLab.DataPreprocessing { 7 public interface IDataGridLogic { 8 9 IEnumerable<string> GetVariableNames(); 10 11 IList<IList<string>> GetAllValues(); 7 public interface IStatisticsLogic { 12 8 } 13 9 }
Note: See TracChangeset
for help on using the changeset viewer.