- Timestamp:
- 03/05/14 23:11:44 (11 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IDataGridLogic.cs
r10539 r10558 21 21 22 22 using System.Collections.Generic; 23 23 24 namespace HeuristicLab.DataPreprocessing { 24 25 public interface IDataGridLogic { -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IFilterLogic.cs
r10539 r10558 20 20 #endregion 21 21 22 23 22 namespace HeuristicLab.DataPreprocessing { 24 23 public interface IFilterLogic { -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IHistogramLogic.cs
r10552 r10558 20 20 #endregion 21 21 22 23 22 using System.Collections.Generic; 24 23 using HeuristicLab.Analysis; -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IManipulationLogic.cs
r10539 r10558 22 22 using System; 23 23 using System.Collections.Generic; 24 24 25 namespace HeuristicLab.DataPreprocessing { 25 26 public interface IManipulationLogic {
Note: See TracChangeset
for help on using the changeset viewer.