Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/23/14 12:38:07 (11 years ago)
Author:
pfleck
Message:
  • Current Transformations from GUI stored in TransformationContent.
  • Corrected namespace from Transformation interfaces.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/DataPreprocessingView.cs

    r10735 r10772  
    4949        var statisticsLogic = new StatisticsLogic(data, searchLogic);
    5050        var manipulationLogic = new ManipulationLogic(data, searchLogic, statisticsLogic, dataGridLogic);
    51         var transformationLogic = new TransformationLogic(data, searchLogic, statisticsLogic);
    5251        var lineChartLogic = new ChartLogic(data);
    5352        var histogramLogic = new ChartLogic(data);
    5453        var filterLogic = new FilterLogic(data);
    5554
    56        
    57 
    58         var viewShortcuts = new ItemCollection<IViewShortcut>() {
     55        var viewShortcuts = new ItemCollection<IViewShortcut> {
    5956          new DataGridContent(dataGridLogic, manipulationLogic, filterLogic),
    6057          new StatisticsContent(statisticsLogic),
    6158          new FilterContent(filterLogic),
    62           new TransformationContent(transformationLogic),
     59          new TransformationContent(data),
    6360          new ManipulationContent(manipulationLogic),
    6461          new LineChartContent(lineChartLogic),
Note: See TracChangeset for help on using the changeset viewer.