Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/12/14 17:03:45 (10 years ago)
Author:
tsteinre
Message:
  • divided/refactored PreprocessingData into TransactionalPreprocessingData and preprocessingData
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingContext.cs

    r10536 r10586  
    3232
    3333    public PreprocessingContext(IDataAnalysisProblemData dataAnalysisProblemData, IAlgorithm algorithm, IDataAnalysisProblem problem) {
    34       Data = new PreprocessingData(dataAnalysisProblemData);
     34      Data = new TransactionalPreprocessingData(dataAnalysisProblemData);
    3535      DataAnalysisProblemData = dataAnalysisProblemData;
    3636      Algorithm = algorithm;
     
    4646    }
    4747
    48     public IPreprocessingData Data { get; private set; }
     48    public ITransactionalPreprocessingData Data { get; private set; }
    4949
    5050    public IDataAnalysisProblemData DataAnalysisProblemData { get; private set; }
Note: See TracChangeset for help on using the changeset viewer.