Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/18/13 15:36:18 (11 years ago)
Author:
rstoll
Message:
  • Renamed StatisticInfo to StatisticsLogic
  • Fixed todo in PreprocessingDataManipulation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj

    r10246 r10249  
    8787    <Compile Include="Implementations\LineChartLogic.cs" />
    8888    <Compile Include="Implementations\StatisticsContent.cs" />
    89     <Compile Include="Implementations\StatisticsLogic.cs" />
    9089    <Compile Include="Implementations\TransformationContent.cs" />
    9190    <Compile Include="Implementations\TransformationLogic.cs" />
     
    9392    <Compile Include="Interfaces\IHistogramLogic.cs" />
    9493    <Compile Include="Interfaces\ILineChartLogic.cs" />
    95     <Compile Include="Interfaces\IStatisticsLogic.cs" />
    9694    <Compile Include="Interfaces\ITransformationLogic.cs" />
    9795    <Compile Include="Views\DataPreprocessingView.cs">
     
    107105    <Compile Include="Implementations\PreprocessingDataManipulation.cs" />
    108106    <Compile Include="Implementations\SearchLogic.cs" />
    109     <Compile Include="Implementations\StatisticInfo.cs" />
     107    <Compile Include="Implementations\StatisticsLogic.cs" />
    110108    <Compile Include="Views\DataGridContentView.cs">
    111109      <SubType>UserControl</SubType>
     
    117115    <Compile Include="Interfaces\IPreprocessingContext.cs" />
    118116    <Compile Include="Interfaces\ISearchLogic.cs" />
    119     <Compile Include="Interfaces\IStatisticInfo.cs" />
     117    <Compile Include="Interfaces\IStatisticsLogic.cs" />
    120118    <Compile Include="Interfaces\IPreprocessingData.cs" />
    121119    <Compile Include="Plugin.cs" />
Note: See TracChangeset for help on using the changeset viewer.