Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/11/14 12:36:39 (10 years ago)
Author:
mleitner
Message:

Refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Interfaces/IPreprocessingContext.cs

    r10783 r10978  
    2727
    2828namespace HeuristicLab.DataPreprocessing {
    29   public interface IPreprocessingContext
    30     : IItem {
     29  public interface IPreprocessingContext : IItem {
    3130
    3231    IFilteredPreprocessingData Data { get; }
    33 
    34     [Obsolete]
    35     IDataAnalysisProblemData DataAnalysisProblemData { get; }
    36 
    3732    IAlgorithm Algorithm { get; }
    38 
    3933    IDataAnalysisProblem Problem { get; }
    4034
    4135    IItem ExportAlgorithmOrProblem();
    42 
    4336    IAlgorithm ExportAlgorithm();
    44 
    4537    IProblem ExportProblem();
    4638  }
Note: See TracChangeset for help on using the changeset viewer.