Changeset 10772 for branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Transformations/3.3/Interfaces
- Timestamp:
- 04/23/14 12:38:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Transformations/3.3/Interfaces/ITransformation.cs
r10770 r10772 23 23 using HeuristicLab.Core; 24 24 25 namespace HeuristicLab.Problems.DataAnalysis {25 namespace HeuristicLab.Problems.DataAnalysis.Transformations { 26 26 public interface ITransformation : IParameterizedItem { 27 27 string Column { get; }
Note: See TracChangeset
for help on using the changeset viewer.